OcrSegmentationMode - перечисление

Segmentation modes for a page.

Definition

Пространство имён: Tessa.TextRecognition.Enums
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public enum OcrSegmentationMode

Члены

OsdOnly0 Detect page orientation and language scenario without page segmentation and optical recognition.
AutoOsd1 Automatically segment the page with detection of its orientation and language scenario.
AutoOnly2 Automatically segment the page without detection of its orientation and language scenario, and without optical recognition.
Auto3 Automatically segment the page without detection of its orientation and language scenario.
SingleColumn4 Page segmentation as a single text column of variable width, without detection of page orientation and language scenario.
SingleBlockVertText5 Page segmentation as a single uniform block of variable with vertically aligned text, without detection of page orientation and language scenario.
SingleBlock6 Page segmentation as a single uniform block of text, without detection of page orientation and language scenario.
SingleLine7 Page segmentation as a single text line, without detection of page orientation and language scenario.
SingleWord8 Page segmentation as a single word, without detection of page orientation and language scenario.
CircleWord9 Page segmentation as a single round shaped word or a word in a circle, without detection of page orientation and language scenario.
SingleChar10 Page segmentation as a single symbol, without detection of page orientation and language scenario.
SparseText11 Page segmentation as sparse text (i.e. multiple unordered words), without detection of page orientation and language scenario.
SparseTextOs12 Page segmentation as sparse text (i.e. multiple unordered words), with detection of page orientation and language scenario.
RawLine13 Page segmentation as a single raw text line, without detection of page orientation and language scenario.

См. также