Click or drag to resize
TesseractOcrOrientationMode Enumeration
Possible modes for page orientation detection.

Namespace: DevScope.Ocr.Tesseract.WindowsApp
Assembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntax
public enum TesseractOcrOrientationMode
Members
  Member nameValueDescription
AutoDetect0 Auto detect page orientation
None1 Do not try to detect page orientation
Rotate90CW2 Rotate the page 90 degrees clockwise before sending it to the ocr engine
Rotate1803 Rotate the page 180 degrees before sending it to the ocr engine
Rotate90CCW4 Rotate the page 90 degrees counter-clockwise before sending it to the ocr engine
See Also