See Also Examples Applies To
This function returns the number of characters recognized during the last OCR process done by the OCRTesseractDoOCR() function.
Syntax
object.OCRTesseractGetCharCount ()
The OCRTesseractGetCharCount syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
Returns
Long. The number of charaters recognized.
Remarks
This function must be used only after the OCRTesseractDoOCR() function.
Category
OCR Plugins Functions