EnumTextLineOrder
Enum
The text lines are read in the given sequence.
Definition
Namespace:Tesseract
Assembly:Telerik.Windows.Documents.TesseractOcr.dll
Syntax:
cs-api-definition
public enum TextLineOrder
Fields
LeftToRight
The text lines form vertical columns ordered left to right.
RightToLeft
The text lines form vertical columns ordered right to left.
TopToBottom
The text lines form horizontal columns ordered top to bottom.