Hi,
The function OCRTesseractGetCharCount() returns a number which is less then the string length of the ocr-ed text.
What I found out is that OCRTesseractGetCharCount() returns the total number of characters without the number of spaces.
So the text "Hello there" is actually 11 chars, but OCRTesseractGetCharCount() returns 10.
Is this correct?
Please advise.
Eagleman
