Is there any free PHP OCR API, that is well documented in PHP, jQuery or JavaScript?
I'm programming a web app for iOS and I'd like to utilize the new photo upload API in iOS 6 safari to use for OCR image processing.
Thanks a ton! :)
(Edit: Oh and a Google-Googles like API for image recognition would also suffice, it doesn't have to be OCR, though I would pefer it. :)
Tesseract is really simple to use. Someone has even written a PHP wrapper for it so you won't have to deal with the exec() command. Have a look at this here: http://github.com/thiagoalessio/tesseract-ocr-for-php
You can try http://www.newocr.com/api.php
It uses REST API.