Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

SegmentationModeEnum

Grooper.OCR

Specifies the method to be used for image segmentation.

Can be one of the following values:

NameValueDescription
OsdOnly0Orientation and script detection only.
AutoOsd1Automatic page segmentation with orientation and script detection (OSD).
AutoOnly2Automatic page segmentation, but no OSD, or OCR.
Auto3Fully automatic page segmentation, but no OSD.
SingleColumn4Assume a single column of text of variable sizes.
SingleBlockVertText5Assume a single uniform block of vertically aligned text.
SingleBlock6Assume a single uniform block of text.
SingleLine7Treat the image as a single text line.
SingleWord8Treat the image as a single word.
CircleWord9Treat the image as a single word in a circle.
SingleChar10Treat the image as a single character.
SparseText11Find as much text as possible in no particular order.
SparseTextOsd12Sparse text with orientation and script detection.
RawLine13Treat the image as a single text line, bypassing hacks that are Tesseract-specific.

Used By

Notification