  | TesseractOcrElementTextlineOrder Enumeration | 
The text lines are read in the given sequence.
 
Namespace: DevScope.Ocr.Tesseract.WindowsAssembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic enum TesseractOcrElementTextlineOrder
Public Enumeration TesseractOcrElementTextlineOrder
public enum class TesseractOcrElementTextlineOrder
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | LeftToRight | 0 | 
Textline order left to right
 | 
 | RightToLeft | 1 | 
Textline order right to left
 | 
 | TopToBottom | 2 | 
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