| TesseractOcrParagraphDirection Enumeration |
The paragraph reading direction
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public enum TesseractOcrParagraphDirection
Public Enumeration TesseractOcrParagraphDirection
public enum class TesseractOcrParagraphDirection
Members
| Member name | Value | Description |
---|
| LeftToRight | 0 |
Left to right
|
| RightToLeft | 1 |
Right to left
|
See Also