How to merge character fragments to form characters during the Group stage.
Note that the Analyze stage may perform additional merges.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| RequireOverlap | 1 | Character fragments must overlap horizontally by at least one pixel to be merged. | |
| SpecifyMinIntercharacterGap | 2 | 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. | |
| SpecifyGaps | 4 | 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