See Also Examples Applies To
This function returns the ACSII code of one of the characters recognized during the last OCR process done by the OCRTesseractDoOCR() function.
Syntax
object.OCRTesseractGetCharCode (nCharNo)
The OCRTesseractGetCharCode 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
Long. The ASCII char code.
Remarks
This function must be used only after the OCRTesseractDoOCR() function.
Category
OCR Plugins Functions