搜索资源列表
pytesser_v0.0.1
- 基于目前最优秀的开放的OCR引擎 tesseract 用Python实现了OCR识别的功能。 主要对英文和数字识别
pytesser_v0.0.1
- Python实现的图像识别源码,可用来自动识别验证码-OCR
ocr.tar
- 讀取GB2312之HZK16字模,生成由”顶“字組成的簡體”顶“字的python程序-python language,generating Chinese charactor"顶"
ocr.tar
- OCR for complicated images made in python
ocr
- 神经网络的训练和测试程序,使用python开发,是其中一种神经网络-Neural network training and testing procedures, the use of python development, is one of the neural network
ocr
- 用python调用tesseract做ocr识别-Do with python call tesseract ocr recognition
OcrTcpServer
- 自己写的一个python的tcp服务端,接受json,动态引包,自动ocr-Himself wrote a python tcp server, and accept json, dynamic lead pack, automatic ocr
CNN_OCR
- 平台MXNet上实现基于CNN的光学字符数字识别。(Implementation of optical character recognition based on CNN on platform MXNet.)
ocr_python.tar
- Ocr method in python.
deep_ocr-master
- ocr,一个深度学习的ocr开源代码,非常不错的ocr。(ocr, this is a great ocr open source code by Python. Very nice project.)
识别PDF中文字的Python程序
- 程序默认使用离线OCR,如果想使用百度在线OCR,需要在百度云网站申请创建新项目,将项目的apiKey,appId, SecretKey填写到程序中,并将OCR_ONLINE设置为True。(在线识别效果略好于离线识别效果,尤其在数字、英文字母、标点方面效果更好)。