Click or drag to resize
TesseractOcrPageSegmentationMode Enumeration
Possible modes for page layout analysis.

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 TesseractOcrPageSegmentationMode
Members
  Member nameValueDescription
AutomaticPageSegmentationNoOCR2 Automatic page segmentation, but no orientation and script detection, or OCR
AutomaticPageSegmentation3 Fully automatic page segmentation, but no orientation and script detection.
SingleColumnTextVarSizes4 Treat the image as a single column of text of variable sizes
SingleBlockVerticalText5 Treat the image as a single uniform block of vertically aligned text.
SingleUniformBlockText6 Treat the image as a single uniform block of text. (Default.)
SingleTextLine7 Treat the image as a single text line.
SingleWord8 Treat the image as a single word.
SingleWordInCircle9 Treat the image as a single word in a circle
SingleCharacter10 Treat the image as a single character
See Also