Get/set a modifier in the range [0, 1] this is the maximum distance a
fragment can have outside the main line of characters as percentage of
estimated line height in order to be included.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 75.0.0.0
Syntax
Property Value
Type: DoubleThe CharacterFragmentMaxDistanceToMainLine value. The default value is 0.0.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Remarks
Stage: Fragment
Note that fragments which _overlap_ the mainline by at least CharacterFragmentMainLineMinYOverlapFrac get included regardless of how far their top and bottom edges are from the mainline.
See Also