breezedeus commited on
Commit
dc207fb
·
verified ·
1 Parent(s): 65e78be

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
+ - Scene Text Detection
11
+ ---
12
+
13
+ # Text Detection Model for CnSTD
14
+
15
+ CnSTD: A Python3 package for Scene Text Detection, Mathematical Formula Detection (MFD), and layout analysis in Chinese/English based on PyTorch.
16
+
17
+ CnSTD:基于 PyTorch 的 中文/英文 场景文字检测(Scene Text Detection)、数学公式检测(Mathematical Formula Detection, MFD)、篇章分析(Layout Analysis)的Python3 包。
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: [CnSTD](https://github.com/breezedeus/CnSTD).