| TesseractOcrPageSegmentationMode Enumeration |
Possible modes for page layout analysis.
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public enum TesseractOcrPageSegmentationMode
Public Enumeration TesseractOcrPageSegmentationMode
public enum class TesseractOcrPageSegmentationMode
Members
| Member name | Value | Description |
---|
| AutomaticPageSegmentationNoOCR | 2 |
Automatic page segmentation, but no orientation and script detection, or OCR
|
| AutomaticPageSegmentation | 3 |
Fully automatic page segmentation, but no orientation and script detection.
|
| SingleColumnTextVarSizes | 4 |
Treat the image as a single column of text of variable sizes
|
| SingleBlockVerticalText | 5 |
Treat the image as a single uniform block of vertically aligned text.
|
| SingleUniformBlockText | 6 |
Treat the image as a single uniform block of text. (Default.)
|
| SingleTextLine | 7 |
Treat the image as a single text line.
|
| SingleWord | 8 |
Treat the image as a single word.
|
| SingleWordInCircle | 9 |
Treat the image as a single word in a circle
|
| SingleCharacter | 10 |
Treat the image as a single character
|
See Also