Class TextPatternScannerResult

The result of the text line recognition.

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

True if both the configured validator (if any) and the configured frame accumulation criteria were satisfied.

Default Value

false;
wordBoxes: WordBox[]

Boxes for each recognized word

Generated using TypeDoc