See Also Examples Applies To
This function returns the number of spaces detected before a character recognized during the last OCR process done by the OCRTesseractDoOCR() function.
Syntax
object.OCRTesseractGetCharSpaces (nCharNo)
The OCRTesseractGetCharSpaces 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 number of spaces detected before the character.
Remarks
This function must be used only after the OCRTesseractDoOCR() function.
Category
OCR Plugins Functions