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

Namespace: DevScope.Ocr.Tesseract.Windows
Assembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public enum TesseractOcrOrientationMode
Members
  Member nameValueDescription
AutoDetect0 Auto detect page orientation
None1 No detection or rotation is applied before processing
Rotate90CW2 Rotate the page 90º clockwise before processing
Rotate1803 Rotate the page 180º before processing
Rotate90CCW4 Rotate the page 90º counter clockwise before processing
See Also