简单封装了一下, API 本身还是不复杂的,只是官网上的文档太糟糕了,我这里稍微整理了一下。
Github 地址: https://github.com/Linusp/baidu_ocr
下面是其他语言的封装:
另外六月份写过一篇博客,简单地对比了一下百度 OCR 和开源 OCR 系统 Tesseract 的识别效果,有兴趣不妨看一看: http://linusp.github.io/2015/06/10/baidu_ocr_api_usage.html
1
Yinz Sep 4, 2015
赞,支持一下
|
2
pynix Sep 5, 2015
百度分布式居然输给 tesseract 单机。。。
|
4
laozhao0 Sep 5, 2015
感谢封装,我用来识别图片数字,几乎 100%正确。
|
5
ksc010 Sep 5, 2015
这个识别简单的验证码怎么样?
|
6
Fuxiang Sep 5, 2015
好赞
|
7
ivenvd Sep 6, 2015
抓……
|
8
racal Sep 6, 2015 via Android
等我把 pyann ( https://github.com/racaljk/pyann )撸好了也来试试 ocr
|
12
wlwang41 Sep 6, 2015
赞
|
13
zix OP @racal 数据集的话可以把 mnist 也加上吧。另外我其实也在撸: https://github.com/Linusp/Artificial-Neural-Networks
|