SetConfCalculationParamsOCR_A

Specifies the values to use for OCR_A->Datacap confidence mapping.

Member of namespace

ocr_a

Syntax

bool SetConfCalculationParamsOCR_A (StrParam)

Parameters

The M and C values for the following formula:

Datacap Confidence = MAX(10, (M/100) * (OCR_A Confidence + C))

The default values for M is 10. The default value for C is 60.

Returns

False if both parameters are not passed or are not numeric. Otherwise, True.

Level

Any level.

Details

Specifies the values to use for OCR_A->Datacap confidence mapping.
Example:
SetConfCalculationParamsOCR_A(0.1,70)