1 Star 0 Fork 34

tereams/ddddocr

forked from sml2h3/ddddocr 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test.py 315 Bytes
一键复制 编辑 原始数据 按行查看 历史
wenaz 提交于 2022-01-04 11:44 . 将老模型合并到代码中
import ddddocr
# 识别
ocr = ddddocr.DdddOcr(old=True)
with open('test.jpg', 'rb') as f:
img_bytes = f.read()
res = ocr.classification(img_bytes)
print(res)
# 目标检测
det = ddddocr.DdddOcr(det=True)
with open('test.jpg', 'rb') as f:
img_bytes = f.read()
res = det.detection(img_bytes)
print(res)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/tereams/ddddocr.git
git@gitee.com:tereams/ddddocr.git
tereams
ddddocr
ddddocr
master

搜索帮助