Click or drag to resize
TesseractOcrElementWritingDirection Enumeration
The grapheme clusters within a line of text are laid out logically in this direction, judged when looking at the text line rotated so that its Orientation is "page up".

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public enum TesseractOcrElementWritingDirection
Members
  Member nameValueDescription
LeftToRight0 Writing direction left to right
RightToLeft1 Writing direction right to left
TopToBottom2 Writing direction top to bottom
Remarks
For English text, the writing direction is left-to-right. For the Chinese text in the above example, the writing direction is top-to-bottom.
See Also