2.3
- Bug fixing.
- CoreImage filters: use
[img blackAndWhite];
to convert the UIImage to recognize into a RecognizeImageType - Rect: use
[tesseract setRect:CGRectMake(20, 20, 100, 100)]
to define the rect where the text must be recognized
[img blackAndWhite];
to convert the UIImage to recognize into a RecognizeImageType[tesseract setRect:CGRectMake(20, 20, 100, 100)]
to define the rect where the text must be recognized