Click or drag to resize
TesseractOcrElementTextlineOrder Enumeration
The text lines are read in the given sequence.

Namespace: DevScope.Ocr.Tesseract.Windows
Assembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public enum TesseractOcrElementTextlineOrder
Members
  Member nameValueDescription
LeftToRight0 Textline order left to right
RightToLeft1 Textline order right to left
TopToBottom2 Textline order top to bottom
Remarks
In English, the order is top-to-bottom. In Chinese, vertical text lines are read right-to-left. Mongolian is written in vertical columns top to bottom like Chinese, but the lines order left-to right. Note that only some combinations make sense.For example, TesseractOcrElementWritingDirection LeftToRight implies TesseractOcrElementTextlineOrder TopToBottom
See Also