TextTranslatorLineMergeFactor Property |
Property that allows for the getting and setting of the character height scale.
Gets or sets the factor use to determine when to combine lines from multiple zones.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public float LineMergeFactor { get; set; }
Public Property LineMergeFactor As Single
Get
Set
Property Value
Type:
SingleRemarks
The character height scale is used when examining lines from multiple regions and determining if two lines of text should
be merged to a single line in the text document. The smaller this value, the stricter the line merging. Larger values will
merge lines that may not be on the same line in the original document. Generally, this value is set to .4.
Remarks This property is used when examining lines from multiple regions and determining if two lines of text
should be merged to a single line in the text document. The smaller this value, the stricter the line merging.
Larger values will merge lines that may not be on the same line in the original document. Defaults to 0.4.
See Also