Skip to content

Commit 09b18bf

Browse files
authored
fix: fixed broken links
1 parent 4c1b1ec commit 09b18bf

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.lycheeignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ https://github.com/RapidAI/RapidOCR/releases/*
1010
https://github.com/RapidAI/RapidOCRWeb/releases/*
1111
https://github.com/microsoft/onnxruntime/files/8772315/enable_cpu_memory_area_example.zip
1212
https://github.com/RapidAI/RapidOCRAPI/releases/*
13-
https://github.com/RapidAI/RapidOCR/assets/*
13+
https://github.com/RapidAI/RapidOCR/assets/*
14+
https://www.modelscope.cn/*
15+
https://gitee.com/RapidAI/RapidOCR/releases/download/v1.2.0/ocrweb.dist.rar

docs/install_usage/rapidocr/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ EngineConfig:
160160
- ONNXRuntime Python API 参见:[Python API](https://onnxruntime.ai/docs/api/python/api_summary.html)
161161
- OpenVINO Python API 参见:[OpenVINO Python API](https://docs.openvino.ai/2025/api/ie_python_api/api.html)
162162
- PaddlePaddle API 参见:[API 文档](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html)
163-
- PyTorch API 参见:[PyTorch documentation](https://pytorch.org/docs/stable/index.html)
163+
- PyTorch API 参见:[PyTorch documentation](https://docs.pytorch.org/docs/stable/index.html)
164164

165165
以下三部分前4个参数基本类似,对应关系如下表,具体请参见[模型列表](../../model_list.md)文档:
166166

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ hooks:
105105
extra_css:
106106
- stylesheets/extra.css
107107
- stylesheets/font.css
108-
- https://static.zeoseven.com/zsft/292/main/result.css
109108

110109
link_pages:
111110
- changelog/*.md

0 commit comments

Comments
 (0)