1 Star 1 Fork 34

qiangzhou/ddddocr

forked from sml2h3/ddddocr 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test.py 304 Bytes
一键复制 编辑 原始数据 按行查看 历史
sml2h3 提交于 2022-02-26 15:41 . 更新Readme文档
import ddddocr
ocr = ddddocr.DdddOcr(det=False, ocr=False, import_onnx_path="myproject_0.984375_139_13000_2022-02-26-15-34-13.onnx", charsets_path="charsets.json")
with open('888e28774f815b01e871d474e5c84ff2.jpg', 'rb') as f:
image_bytes = f.read()
res = ocr.classification(image_bytes)
print(res)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/qiangzhou/ddddocr.git
git@gitee.com:qiangzhou/ddddocr.git
qiangzhou
ddddocr
ddddocr
master

搜索帮助