This function returns the ASCII code of one of the characters recognized during the last OCR process done by the OCRTesseractDoOCR() function.
public int OCRTesseractGetCharCode( int CharNo );
Public Function OCRTesseractGetCharCode( ByVal CharNo As Integer ) As Integer
|
Parameters |
Description |
|
CharNo |
The character index between 1 and the number of recognized characters returned by the OCRTesseractGetCharCount() function. |
The ASCII char code.
This function must be used only after the OCRTesseractDoOCR() function.
This function requires the optional GdPicture Tesseract Plugin. This Plugin must be unlocked with the SetLicenseNumberOCRTesseract() function.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|