GetOCRImageText Description
GetOCRImageText(
char *OCRText
,
int BufferSize
);
Fills the text buffer with the recognized text from the current image.
Parameters
char *OCRText
First buffer.
int BufferSize
Size of the memory allocated for the previous parameter (number of characters).
GetOCRInfo Description
GetOCRInfo(
char *OCRText
,
int BufferSize
);
Fills the text buffer with information about the OCR subsystem in MS Windows (installed languages, maximal image dimensions, etc.).
Parameters
char *OCRText
First buffer.
int BufferSize
Size of the memory allocated for the previous parameter (number of characters).