breezedeus commited on
Commit
4bd794a
·
verified ·
1 Parent(s): 4884b66

Update README

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - OCR
5
+ - STD
6
+ - ONNX
7
+ - RapidOCR
8
+ - PaddleOCR
9
+ - Multilingual
10
+ - Optical Character Recognition
11
+ ---
12
+
13
+ # Text Recognition Model for CnOCR
14
+
15
+ CnOCR: Awesome Chinese/English OCR Python toolkits based on PyTorch. It comes with 20+ well-trained models for different application scenarios and can be used directly after installation.
16
+
17
+ CnOCR:基于 PyTorch 的中文 / 英文 OCR Python 工具包。它带有 20 多个针对不同应用场景进行良好训练的模型,安装后可直接使用。
18
+
19
+ Model source: the ONNX model file in this repository comes from [RapidOCR](https://github.com/RapidAI/RapidOCR).
20
+
21
+ 模型来源:本仓库中的 ONNX 模型文件来自 [RapidOCR](https://github.com/RapidAI/RapidOCR)。
22
+
23
+ See more information: [CnOCR](https://github.com/breezedeus/CnOCR).