PageSegMode Fields |
The PageSegMode type exposes the following members.
| Name | Description | |
|---|---|---|
| Auto |
Fully automatic page segmentation, but no OSD.
| |
| AutoOnly |
Automatic page segmentation, but no OSD, or OCR.
| |
| AutoOsd |
Automatic page segmentation with orientation and script detection. (OSD)
| |
| CircleWord |
Treat the image as a single word in a circle.
| |
| Count |
Number of enum entries.
| |
| OsdOnly |
PageOrientation and script detection only.
| |
| RawLine |
Treat the image as a single text line, bypassing hacks that are Tesseract-specific.
| |
| SingleBlock |
Assume a single uniform block of text. (Default.)
| |
| SingleBlockVertText |
Assume a single uniform block of vertically aligned text.
| |
| SingleChar |
Treat the image as a single character.
| |
| SingleColumn |
Assume a single column of text of variable sizes.
| |
| SingleLine |
Treat the image as a single text line.
| |
| SingleWord |
Treat the image as a single word.
| |
| SparseText |
Find as much text as possible in no particular order.
| |
| SparseTextOsd |
Sparse text with orientation and script det.
| |
| value__ |