public enum OcrSegmentationModePublic Enumeration OcrSegmentationModepublic enum class OcrSegmentationModetype OcrSegmentationMode| OsdOnly | 0 | Detect page orientation and language scenario without page segmentation and optical recognition. |
| AutoOsd | 1 | Automatically segment the page with detection of its orientation and language scenario. |
| AutoOnly | 2 | Automatically segment the page without detection of its orientation and language scenario, and without optical recognition. |
| Auto | 3 | Automatically segment the page without detection of its orientation and language scenario. |
| SingleColumn | 4 | Page segmentation as a single text column of variable width, without detection of page orientation and language scenario. |
| SingleBlockVertText | 5 | Page segmentation as a single uniform block of variable with vertically aligned text, without detection of page orientation and language scenario. |
| SingleBlock | 6 | Page segmentation as a single uniform block of text, without detection of page orientation and language scenario. |
| SingleLine | 7 | Page segmentation as a single text line, without detection of page orientation and language scenario. |
| SingleWord | 8 | Page segmentation as a single word, without detection of page orientation and language scenario. |
| CircleWord | 9 | Page segmentation as a single round shaped word or a word in a circle, without detection of page orientation and language scenario. |
| SingleChar | 10 | Page segmentation as a single symbol, without detection of page orientation and language scenario. |
| SparseText | 11 | Page segmentation as sparse text (i.e. multiple unordered words), without detection of page orientation and language scenario. |
| SparseTextOs | 12 | Page segmentation as sparse text (i.e. multiple unordered words), with detection of page orientation and language scenario. |
| RawLine | 13 | Page segmentation as a single raw text line, without detection of page orientation and language scenario. |
| GetDescription |
Возвращает описание, указанное в строке атрибута [Description] для заданного значения перечисления.
(Определяется PlatformExtensions) |
| SetFlagT |
Устанавливает или сбрасывает указанный флаг у флагового перечисления.
(Определяется PlatformExtensions) |