一个免费开源一键搭建的通用验证码识别平台,大部分常见的中英数验证码识别都没啥问题。
可以通过以下命令安装
pip install ddddocr==1.0.4
豆瓣源同步需要一些时间,目前建议通过官方源安装(命令后添加 -i https://pypi.org/simple)
使用方式为
import ddddocr
ocr = ddddocr.DdddOcr()
with open('test.png', 'rb') as f:
img_bytes = f.read()
res = ocr.classification(img_bytes)
print(res)
python >= 3.8 以上环境
pip install -r requirements.txt -i https://pypi.douban.com/simple
gunicorn -c conf.py ocr_server:app
python ocr_server.py
知识星球搜索ID: 4198635
赶快来加入我们吧