fulberto100
fulberto100

Reputation: 313

Tesseract 3.02 for iOS?

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.

Upvotes: 1

Views: 1336

Answers (1)

jcesarmobile
jcesarmobile

Reputation: 53361

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

Upvotes: 2

Related Questions