Class TextPatternScannerResult

The result of the text line recognition.

Hierarchy

Constructors

Properties

confidence: number

Confidence of the recognition.

Default Value

0.0;
rawText: string

Raw recognized string

symbolBoxes: SymbolBox[]

Boxes for each recognized symbol

validationSuccessful: boolean

Whether the validation was successful.

Default Value

false;
wordBoxes: WordBox[]

Boxes for each recognized word

Generated using TypeDoc