Enum ocr

PageSegmentationMode

Namespace: Datalogics::PDFL

Description

Specify how the OCR engine will view the page, and how it detects text segments.

Values

OSDOnly

Orientation and script detection (OSD).

AutomaticOSD

Automatic page segmentation with OSD.

Automatic

Automatic without OSD.

SingleColumn

Assume a single column of text.

SingleBlockVertical

Assume a single block of vertically aligned text.

SingleBlock

Assume a single block of text.

SingleLine

Assume a single line of text.

SingleWord

Assume a single word.

CircleWord

Assume a single word in a circle.

SingleChar

Assume a single char.

SparseText

Find all text in no particular order.

SparseTextOSD

Sparse text with OSD.

RawLine

Treat as a raw line with no input processing.