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