Instructions to use breezedeus/cnstd-ppocr-multi_PP-OCRv6_det_tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PaddleOCR
How to use breezedeus/cnstd-ppocr-multi_PP-OCRv6_det_tiny with PaddleOCR:
# Please refer to the document for information on how to use the model. # https://paddlepaddle.github.io/PaddleOCR/latest/en/version3.x/module_usage/module_overview.html
- Notebooks
- Google Colab
- Kaggle
Update README
Browse files
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).
|