Update README.md
Browse files
README.md
CHANGED
@@ -7,8 +7,8 @@ tags:
|
|
7 |
|
8 |
# AnyOCR
|
9 |
|
10 |
-
<a href="https://huggingface.co/
|
11 |
-
<a href="https://www.modelscope.cn/models/
|
12 |
<a href=""><img src="https://img.shields.io/badge/Python->=3.6-aff.svg"></a>
|
13 |
<a href=""><img src="https://img.shields.io/badge/OS-Linux%2C%20Win%2C%20Mac-pink.svg"></a>
|
14 |
<a href=""><img alt="Static Badge" src="https://img.shields.io/badge/engine-cpu_gpu_onnxruntime-blue"></a>
|
@@ -30,9 +30,9 @@ tags:
|
|
30 |
|
31 |
目前,我们非常开心的推出了兼容多平台的onnx格式的ocr工具`AnyOCR`,其核心亮点在于采用ONNXRuntime作为推理引擎,相比PaddlePaddle推理引擎,确保了高效稳定的运行。
|
32 |
|
33 |
-
- github地址:[AnyOCR](https://github.com/
|
34 |
-
- Hugging Face: [AnyOCR](https://huggingface.co/
|
35 |
-
- ModelScope: [AnyOCR](https://www.modelscope.cn/models/
|
36 |
|
37 |
## 2. 缘起
|
38 |
|
|
|
7 |
|
8 |
# AnyOCR
|
9 |
|
10 |
+
<a href="https://huggingface.co/anyforge/anyocr" target="_blank"><img src="https://img.shields.io/badge/%F0%9F%A4%97-HuggingFace-blue"></a>
|
11 |
+
<a href="https://www.modelscope.cn/models/anyforge/anyocr" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/%E9%AD%94%E6%90%AD-ModelScope-blue"></a>
|
12 |
<a href=""><img src="https://img.shields.io/badge/Python->=3.6-aff.svg"></a>
|
13 |
<a href=""><img src="https://img.shields.io/badge/OS-Linux%2C%20Win%2C%20Mac-pink.svg"></a>
|
14 |
<a href=""><img alt="Static Badge" src="https://img.shields.io/badge/engine-cpu_gpu_onnxruntime-blue"></a>
|
|
|
30 |
|
31 |
目前,我们非常开心的推出了兼容多平台的onnx格式的ocr工具`AnyOCR`,其核心亮点在于采用ONNXRuntime作为推理引擎,相比PaddlePaddle推理引擎,确保了高效稳定的运行。
|
32 |
|
33 |
+
- github地址:[AnyOCR](https://github.com/anyforge/anyocr)
|
34 |
+
- Hugging Face: [AnyOCR](https://huggingface.co/anyforge/anyocr)
|
35 |
+
- ModelScope: [AnyOCR](https://www.modelscope.cn/models/anyforge/anyocr)
|
36 |
|
37 |
## 2. 缘起
|
38 |
|