free OCR processing API in PHP/jQuery/JavaScript [closed]

廉价感情. 提交于 2019-12-03 05:09:40

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!