CogOCRMaxSegmenterCharacterFragmentMergeModeConstants EnumerationCognex VisionPro 9.7
How to merge character fragments to form characters during the Group stage. Note that the Analyze stage may perform additional merges.

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

public enum CogOCRMaxSegmenterCharacterFragmentMergeModeConstants
Members

  Member nameValueDescription
RequireOverlap1 Character fragments must overlap horizontally by at least one pixel to be merged.
SpecifyMinIntercharacterGap2 Character fragments with a horizontal gap between them may be merged to form characters, where any two fragments with a gap less than the specified minimum intercharacter gap will be merged.
SpecifyGaps4 Character fragments with a horizontal gap between them may be merged to form characters, with the decision to merge two fragments based on both the specified minimum intercharacter gap and the specified maximum intracharacter gap.
See Also