Update README_en.md
Browse files- README_en.md +5 -5
README_en.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# AnyOCR
|
2 |
|
3 |
-
<a href="https://huggingface.co/
|
4 |
-
<a href="https://www.modelscope.cn/models/
|
5 |
<a href=""><img src="https://img.shields.io/badge/Python->=3.6-aff.svg"></a>
|
6 |
<a href=""><img src="https://img.shields.io/badge/OS-Linux%2C%20Win%2C%20Mac-pink.svg"></a>
|
7 |
<a href=""><img alt="Static Badge" src="https://img.shields.io/badge/engine-cpu_gpu_onnxruntime-blue"></a>
|
@@ -22,9 +22,9 @@ English | [简体中文](./README.md)
|
|
22 |
|
23 |
At present, we are very pleased to launch the Onnx format OCR tool 'AnyOCR' that is compatible with multiple platforms. Its core highlight is the use of ONNXRime as the inference engine, which ensures efficient and stable operation compared to PaddlePaddle inference engine.
|
24 |
|
25 |
-
- github地址:[AnyOCR](https://github.com/
|
26 |
-
- Hugging Face: [AnyOCR](https://huggingface.co/
|
27 |
-
- ModelScope: [AnyOCR](https://www.modelscope.cn/models/
|
28 |
|
29 |
## 2. Origin
|
30 |
|
|
|
1 |
# AnyOCR
|
2 |
|
3 |
+
<a href="https://huggingface.co/anyforge/anyocr" target="_blank"><img src="https://img.shields.io/badge/%F0%9F%A4%97-HuggingFace-blue"></a>
|
4 |
+
<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>
|
5 |
<a href=""><img src="https://img.shields.io/badge/Python->=3.6-aff.svg"></a>
|
6 |
<a href=""><img src="https://img.shields.io/badge/OS-Linux%2C%20Win%2C%20Mac-pink.svg"></a>
|
7 |
<a href=""><img alt="Static Badge" src="https://img.shields.io/badge/engine-cpu_gpu_onnxruntime-blue"></a>
|
|
|
22 |
|
23 |
At present, we are very pleased to launch the Onnx format OCR tool 'AnyOCR' that is compatible with multiple platforms. Its core highlight is the use of ONNXRime as the inference engine, which ensures efficient and stable operation compared to PaddlePaddle inference engine.
|
24 |
|
25 |
+
- github地址:[AnyOCR](https://github.com/anyforge/anyocr)
|
26 |
+
- Hugging Face: [AnyOCR](https://huggingface.co/anyforge/anyocr)
|
27 |
+
- ModelScope: [AnyOCR](https://www.modelscope.cn/models/anyforge/anyocr)
|
28 |
|
29 |
## 2. Origin
|
30 |
|