PageSegMode Class
Represents the segments of a page.
Inheritance
Namespace: Syncfusion.OCRProcessor
Assembly: Syncfusion.OCRProcessor.Base.dll
Syntax
public sealed class PageSegMode : Enum
Fields
Auto
Fully automatic page segmentation, but no OSD.
Declaration
public const PageSegMode Auto
Field Value
| Type |
|---|
| PageSegMode |
AutoOnly
Automatic page segmentation, but no OSD, or OCR.
Declaration
public const PageSegMode AutoOnly
Field Value
| Type |
|---|
| PageSegMode |
AutoOsd
Automatic page sementation with orientantion and script detection (OSD).
Declaration
public const PageSegMode AutoOsd
Field Value
| Type |
|---|
| PageSegMode |
CircleWord
Treat the image as a single word in a circle.
Declaration
public const PageSegMode CircleWord
Field Value
| Type |
|---|
| PageSegMode |
Count
Number of enum entries.
Declaration
public const PageSegMode Count
Field Value
| Type |
|---|
| PageSegMode |
OsdOnly
Orientation and script detection (OSD) only.
Declaration
public const PageSegMode OsdOnly
Field Value
| Type |
|---|
| PageSegMode |
RawLine
Treat the image as a single text line, bypassing hacks that are Tesseract-specific.
Declaration
public const PageSegMode RawLine
Field Value
| Type |
|---|
| PageSegMode |
SingleBlock
Assume a single uniform block of text.
Declaration
public const PageSegMode SingleBlock
Field Value
| Type |
|---|
| PageSegMode |
SingleBlockVertText
Assume a single uniform block of vertically aligned text.
Declaration
public const PageSegMode SingleBlockVertText
Field Value
| Type |
|---|
| PageSegMode |
SingleChar
Treat the image as a single character.
Declaration
public const PageSegMode SingleChar
Field Value
| Type |
|---|
| PageSegMode |
SingleColumn
Assume a single column of text of variable sizes.
Declaration
public const PageSegMode SingleColumn
Field Value
| Type |
|---|
| PageSegMode |
SingleLine
Treat the image as a single text line.
Declaration
public const PageSegMode SingleLine
Field Value
| Type |
|---|
| PageSegMode |
SingleWord
Treat the image as a single word.
Declaration
public const PageSegMode SingleWord
Field Value
| Type |
|---|
| PageSegMode |
SparseText
Find as much text as possible in no particular order.
Declaration
public const PageSegMode SparseText
Field Value
| Type |
|---|
| PageSegMode |
SparseTextOsd
Sparse text with orientation and script detection.
Declaration
public const PageSegMode SparseTextOsd
Field Value
| Type |
|---|
| PageSegMode |