SetConfidenceCalculationOCR_A
Specifies the values to use for Engine->Datacap confidence mapping.
Member of namespace
RecognitionOCR_ASyntax
bool SetConfidenceCalculationOCR_A ()Parameters
String parameters M and C. 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.
Smart parameters are supported.Returns
False, if both parameters are not passed or are not numeric. Otherwise, True.Level
Any level.Details
Specifies the values to use for Engine->Datacap confidence mapping. Typically it is unnecessary
to use this action when performing recognition with OCR/A because the default settings are
appropriate for most applications.
Note: The calculation of confidence for spaces may not be changed
by these settings.
- Example:
-
SetConfCalculationParamsOCR_A("0.1","70")