GlyphReaderEngineUseLexicalProcessing Property |
Gets or sets a value that indicates if the engine should use Lexical processing.
Namespace:
Atalasoft.Ocr.GlyphReader
Assembly:
Atalasoft.dotImage.Ocr.GlyphReader (in Atalasoft.dotImage.Ocr.GlyphReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic bool UseLexicalProcessing { get; set; }Public Property UseLexicalProcessing As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksWhen set to true, GlyphReader will assume that the text in the document is in a single column in
left to right, top to bottom reading order. When set to false, GlyphReader will attempt to assign text to columns
within the page.
Default value is true.
See Also