Enum PageSegmentMode
Represents the segments of a page.
Namespace: Syncfusion.OCRProcessor
Assembly: Syncfusion.OCRProcessor.Base.dll
Syntax
public enum PageSegmentMode
Fields
| Name | Description |
|---|---|
| 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 Tesseract-specific. |
| 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 | Find as much text as possible in no particular order. |
| SparseTextOsd | Sparse text with orientation and script detection. |