Luoaho commited on
Commit
df0b7ad
·
verified ·
1 Parent(s): ff59852

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ tags:
7
+ - cv
8
+ - ocr
9
+ ---
10
+
11
+ # 读光 OCR ONNX
12
+
13
+ 读光OCR是一款功能强大的光学字符识别模型,支持中文、英文识别。采用ONNX格式,我们可以更方便地进行部署和推理。
14
+
15
+ 使用说明 [地址](https://github.com/MGzhou/duguang-ocr-onnx)
16
+
17
+ ![](./assets/result.png)
18
+
19
+ ## 参考
20
+
21
+ [读光-文字识别-行识别模型-中英-通用领域](https://modelscope.cn/models/iic/cv_convnextTiny_ocr-recognition-general_damo/summary)
22
+
23
+ [读光-文字检测-DBNet行检测模型-中英-通用领域](https://www.modelscope.cn/models/iic/cv_resnet18_ocr-detection-db-line-level_damo/summary)