Enum OcrParseLevel
Represents the level of parsing that the OCR processor will perform.
Namespace: Telerik.Windows.Documents.Ocr
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public enum OcrParseLevel
Line
Represents a higher level of parsing. The OCR processor will try to extract the text from the image line by line.
Word
Represents the lowest level of parsing. The OCR processor will try to extract the text from the image word by word.