Enum PageSegMode
- Namespace
- OpenCvSharp.Text
- Assembly
- OpenCvSharp.dll
Tesseract page segmentation mode.
public enum PageSegMode
Fields
Auto = 3Fully automatic page segmentation, but no orientation and script detection.
AutoOnly = 2Automatic page segmentation, but no orientation, script detection, or OCR.
AutoOsd = 1Automatic page segmentation with orientation and script detection.
CircleWord = 9Treat the image as a single word in a circle.
OsdOnly = 0Orientation and script detection only.
SingleBlock = 6Assume a single uniform block of text.
SingleBlockVertText = 5Assume a single uniform block of vertically aligned text.
SingleChar = 10Treat the image as a single character.
SingleColumn = 4Assume a single column of text of variable sizes.
SingleLine = 7Treat the image as a single text line.
SingleWord = 8Treat the image as a single word.