free OCR processing API in PHP/jQuery/JavaScript [

2019-03-09 12:13发布

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. :)

2条回答
▲ chillily
2楼-- · 2019-03-09 12:56

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

查看更多
欢心
3楼-- · 2019-03-09 13:03

You can try http://www.newocr.com/api.php
It uses REST API.

查看更多
登录 后发表回答