Enum PageSegMode
Represents the possible page layou analysis modes.
Namespace: Tesseract
Assembly: Telerik.Windows.Documents.TesseractOcr.dll
Syntax
public enum PageSegMode
Auto
Fully automatic page segmentation, but no OSD.
AutoOnly
Automatic page segmentation, but no OSD, or OCR.
AutoOsd
Automatic page sementation with orientantion and script detection (OSD).
CircleWord
Treat the image as a single word in a circle.
Count
Number of enum entries.
OsdOnly
Orientation and script detection (OSD) only.
RawLine
Treat the image as a single text line, bypassing hacks that are specific to Tesseract.
SingleBlock
Assume a single uniform block of text.
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
SparseTextOsd
Sparse text with orientation and script detection.