CogOCRMaxSegmenterAnalysisModeConstants EnumerationCognex VisionPro 9.7
Type of analysis to perform in order to determine the optimal character segmentation.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 73.0.0.0
Syntax

public enum CogOCRMaxSegmenterAnalysisModeConstants
Members

  Member nameValueDescription
Minimal1 Perform minimal segmentation. This mode performs only straightforward segmentation.
Standard2 Perform standard segmentation, which consists of straightforward segmentation followed by additional analysis to determine the optimal segmentation using the entire line of characters rather than just treating each character individually.
See Also