问题
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. :)
回答1:
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
回答2:
You can try http://www.newocr.com/api.php
It uses REST API.
来源:https://stackoverflow.com/questions/14284656/free-ocr-processing-api-in-php-jquery-javascript