PdfTranslatorUseNormalizedBaseline Property |
Indicates whether or not the translator will attempt to normalize the baseline for a line of text.
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 bool UseNormalizedBaseline { get; set; }
Public Property UseNormalizedBaseline As Boolean
Get
Set
Property Value
Type:
BooleanRemarks Default is true. There is usually a fair amount of variability in the baseline of words in a
line. Setting this to true attempts to compensate for that variability by averaging the baselines of a line's
components.
See Also