1
votes

i made some googling to make my iOS app faster for OCR (i use tesseract 3.01). (i downloaded it from here http://tinsuke.wordpress.com/2011/11/01/how-to-compile-and-use-tesseract-3-01-on-ios-sdk-5/) i came across some links (

How can I make tesseract on iOS faster?

)here that say using tesseract 3.02 for OCR. but i couldnt find the link or svn for it.

is there anyone who uses tesseract 3.02 on his/her iOS apps? it would be great if there is sample project.

1
I edited my answer with a link to my compilation.jcesarmobile

1 Answers

2
votes

The SVN url is Tesseract SVN

If you use a SVN software you will download the latest version available, but you have to compile for iOS

BTW, I tested the suzuki script and it works with the lastest version, but it doesn't include some new .h files (6 or 7), so you will need to search for them in the tesseract folfer (they are in the ccutil and ccmain folders)

EDIT: I uploaded my compilation to github, it's a plugin for phonegap, but you can pick the dependencies folder an use it on any regular iOS project.

OCR Plugin