Enum TextLineOrder
The text lines are read in the given sequence.
Namespace: Tesseract
Assembly: Telerik.Windows.Documents.TesseractOcr.dll
Syntax
public enum TextLineOrder
Remarks
For example in English the order is top-to-bottom. Chinese vertical text lines are read right-to-left. While Mongolian is written in vertical columns like Chinese but read left-to-right.
Note that only some combinations makes sense for example LeftToRight implies TopToBottom.
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.