Skip to content
zachberger edited this page Dec 10, 2014 · 4 revisions

#2.22 and greater

See the Github Releases page

#Older Releases

2.23

Note: There is no tag in the repo for this release

  • There is no need to draw an image for tesseract. Instead it's possible just to get raw data from the input image. Such way is better, cause in the case of the grayscale input image, there is no need to draw it in RGB color space, increasing memory consumptions significantly.

2.21

  • tesserackCallbackFunction: leak solved on iDevice.

The 2.2 is like 2.1...

but shouldCancelImageRecognitionForTesseract works again! Thank you to Timo Formella!

  • Template project updated. Now with camera support.

New release 2.1

  • Fixed memory leaks. Moved all freeing memory job to dealloc. Thanks to frank4565.
  • Clear method is deprecated. Set tesseract = nil; to free all memory.
  • Free the utf8Text according to the comment in Tesseract that “The recognized text is returned as a char* which is coded as UTF8 and must be freed with the delete [] operator.”.
  • Template Framework Project updated.

New release 2.0 with 64 bit support.

  • The - (id)initWithDataPath:(NSString *)dataPath language:(NSString *)language method is now deprecated.
  • Bug fixing!
  • Removed tessdata folder from the framework project.
  • The tessdata folder (follow the Template Framework Project) is now linked with the "folder references" option into the Template Project. REQUIRED!!!
  • Added delegate TesseractDelegate
  • arm64 support. Thanks to Cyril
  • Now you can compile yours libraries. Follow the README_howto_compile_libaries.md inside. Thanks to Simon Strangbaard
  • Framework updated
  • Bugs fixed. Thanks to Simon Strangbaard
  • iOS7 libstdc++ issue solved (using libstdc++.6.0.9).
  • Template Framework Project added. It's the start point for use the Tesseract Framework. It's iOS7 ready!
  • 11 october 2013, tesseract is up to date with last https://github.com/ldiqual/tesseract-ios version available.
  • Clear method updated:
    [tesseract clear]; //call Clear() end End() functions
  • XCode 5 ready!
  • Framework builded with the new Xcode 5.