Skip to content

Commit 92e87b6

Browse files
authored
docs: update files
1 parent 5cd0dc2 commit 92e87b6

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

.lycheeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ https://gitee.com/RapidAI/RapidOCR/releases/download/v1.2.0/ocrweb.dist.rar
1616
https://blog.csdn.net/*
1717
https://rapidai.github.io/RapidOCRDocs/*
1818
https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely
19+
https://pepy.tech/project/*

docs/blog/posts/inference_engine/compare_coreml_cpu_provider_perf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ engine = RapidOCR(params={
140140
engine = RapidOCR()
141141
```
142142

143-
更多推理引擎的使用方法请参考:[使用不同推理引擎](install_usage/rapidocr/how_to_use_infer_engine.md)
143+
更多推理引擎的使用方法请参考:[使用不同推理引擎](../../../install_usage/rapidocr/how_to_use_infer_engine.md)
144144

145145
## 写在最后
146146

docs/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ hide:
1919
<a href=""><img src="https://img.shields.io/badge/Python->=3.6-aff.svg"></a>
2020
<a href=""><img src="https://img.shields.io/badge/OS-Linux%2C%20Win%2C%20Mac-pink.svg"></a>
2121
<a href="https://github.com/RapidAI/RapidOCR/graphs/contributors"><img src="https://img.shields.io/github/contributors/RapidAI/RapidOCR?color=9ea"></a>
22-
<a href="https://pypistats.org/packages/rapidocr"><img src="https://img.shields.io/pypi/dd/rapidocr?style=flat&label=rapidocr"></a>
23-
<a href="https://pypistats.org/packages/rapidocr_onnxruntime"><img src="https://img.shields.io/pypi/dm/rapidocr_onnxruntime?style=flat&label=rapidocr_onnxruntime"></a>
24-
<a href="https://pypistats.org/packages/rapidocr_openvino"><img src="https://img.shields.io/pypi/dm/rapidocr_openvino?style=flat&label=rapidocr_openvino"></a>
25-
<a href="https://pypistats.org/packages/rapidocr_paddle"><img src="https://img.shields.io/pypi/dm/rapidocr_paddle?style=flat&label=rapidocr_paddle"></a>
22+
<a href="https://pepy.tech/project/rapidocr"><img src="https://static.pepy.tech/personalized-badge/rapidocr?period=total&units=abbreviation&left_color=grey&right_color=blue&left_text=Downloads%20rapidocr"></a>
2623
<a href="https://pypi.org/project/rapidocr/"><img alt="PyPI" src="https://img.shields.io/pypi/v/rapidocr"></a>
2724
<a href="https://github.com/RapidAI/RapidOCR/stargazers"><img src="https://img.shields.io/github/stars/RapidAI/RapidOCR?color=ccf"></a>
2825
<a href="https://semver.org/"><img alt="SemVer2.0" src="https://img.shields.io/badge/SemVer-2.0-brightgreen"></a>

docs/install_usage/rapidocr/how_to_use_infer_engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ comments: true
402402

403403
!!! tip
404404

405-
`rapidocr>=3.7.0` 支持。
405+
`rapidocr>=3.7.0` 支持。相关博客:[RapidOCR 支持 TensorRT 推理引擎](../../blog/posts/inference_engine/support_tensorrt.md)。
406406

407407
1. 安装 TensorRT 运行环境。
408408

docs/install_usage/rapidocr_web/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ comments: true
1212
<br/>
1313
<a href=""><img src="https://img.shields.io/badge/Python->=3.6-aff.svg"></a>
1414
<a href=""><img src="https://img.shields.io/badge/OS-Linux%2C%20Win%2C%20Mac-pink.svg"></a>
15-
<a href="https://pypistats.org/packages/rapidocr_web"><img src="https://img.shields.io/pypi/dm/rapidocr_web?style=flat&label=rapidocr_web"></a>
15+
<a href="https://pepy.tech/project/rapidocr_web"><img src="https://static.pepy.tech/personalized-badge/rapidocr_web?period=total&units=abbreviation&left_color=grey&right_color=blue&left_text=Downloads%20rapidocr_web"></a>
1616
<a href="https://pypi.org/project/rapidocr_api/"><img alt="PyPI" src="https://img.shields.io/pypi/v/rapidocr_api"></a>
1717
<a href="https://choosealicense.com/licenses/apache-2.0/"><img src="https://img.shields.io/badge/License-Apache%202-dfd.svg"></a>
1818
<a href="https://semver.org/"><img alt="SemVer2.0" src="https://img.shields.io/badge/SemVer-2.0-brightgreen"></a>

0 commit comments

Comments
 (0)