-
Notifications
You must be signed in to change notification settings - Fork 19
Features
gregjurman edited this page Aug 14, 2011
·
1 revision
- OCRing an image in one-shot.
- Setting an image and bounding rectangle.
- Setting segmentation modes.
- Large pictures. (All of the test images I use are 600dpi. I have yet to test with lower resolution images)
- Leptonica image format conversion. (Leptonica PIX is the native format for Tesseract)
- Processing OCR boundaries in C++ and returning an array of strings. (This may give a slight speed boost)
- Thread-safety. Currently I would NOT try to access this object from multiple threads without using a Semaphore.