SimpleOCR:SDK Functions – OCROnArea
int OCROnArea(const IMG * img, int noisy)
Recognizes the text located in an image that contains a unique text area. This function doesn’t do any layout analysis on the area. The image containing the area is usually extracted from a page with ExtractImgArea.
Return Value
A non zero error code if the function fails.
Parameters
img
A pointer to the image to process.
noisy
A non zero value if the image is noisy (i.e. contains a lot of speckles)