Skip to content

Features

gregjurman edited this page Aug 14, 2011 · 1 revision

Features

Current Features

  • 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)

Feature Wish-list

  • 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.
Clone this wiki locally