Enum OcrParseLevel
Selects the OCR parsing granularity applied during recognition.
Namespace: Telerik.Windows.Documents.Ocr
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public enum OcrParseLevel
Line
Recognize text line by line, optimizing for sequence and reading order.
Word
Recognize text word by word, optimizing for precise bounding boxes.