See Also Examples Applies To
This function returns the confidence of one of the characters recognized during the last OCR process done by the OCRTesseractDoOCR() function.
Syntax
object.OCRTesseractGetCharConfidence (nCharNo)
The OCRTesseractGetCharConfidence syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nCharNo | Required. Long. The character index between 1 and the number of recognized characters returned by the OCRTesseractGetCharCount() function. |
Returns
Single. Confidence between 0 and 100. 0=perfect, 100=reject
Remarks
This function must be used only after the OCRTesseractDoOCR() function.
Category
OCR Plugins Functions