| TesseractOcrOrientationMode Enumeration |
Possible modes for page orientation detection.
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public enum TesseractOcrOrientationMode
Public Enumeration TesseractOcrOrientationMode
public enum class TesseractOcrOrientationMode
Members
| Member name | Value | Description |
---|
| AutoDetect | 0 |
Auto detect page orientation
|
| None | 1 |
Do not try to detect page orientation
|
| Rotate90CW | 2 |
Rotate the page 90 degrees clockwise before sending it to the ocr engine
|
| Rotate180 | 3 |
Rotate the page 180 degrees before sending it to the ocr engine
|
| Rotate90CCW | 4 |
Rotate the page 90 degrees counter-clockwise before sending it to the ocr engine
|
See Also