CogOCRMaxSegmenterSpaceInsertModeConstants EnumerationCognex VisionPro 9.7
How to handle insertion of space characters into gaps between other characters.

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

public enum CogOCRMaxSegmenterSpaceInsertModeConstants
Members

  Member nameValueDescription
None0 Never insert a space character, no matter how large an intercharacter gap is.
Single1 Insert at most one space character per intercharacter gap, no matter how large the gap is.
Multiple2 Insert a number of space characters (zero or more) per intercharacter gap based on how large the gap is.
See Also