File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
docs/install_usage/rapidocr Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -129,13 +129,14 @@ EngineConfig:
129129 npu_id: 0 # rapidocr>3.4.1
130130` ` `
131131
132- ONNXRuntime Python API 参见:[Python API](https://onnxruntime.ai/docs/api/python/api_summary.html )
132+ 该部分的详细使用,请参见:[如何使用不同推理引擎?](./how_to_use_infer_engine.md )
133133
134- OpenVINO Python API 参见:[OpenVINO Python API](https://docs.openvino.ai/2025/api/ie_python_api/api.html)
134+ 各个推理引擎的API:
135135
136- PaddlePaddle API 参见:[API 文档](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html)
137-
138- PyTorch API 参见:[PyTorch documentation](https://pytorch.org/docs/stable/index.html)
136+ - ONNXRuntime Python API 参见:[Python API](https://onnxruntime.ai/docs/api/python/api_summary.html)
137+ - OpenVINO Python API 参见:[OpenVINO Python API](https://docs.openvino.ai/2025/api/ie_python_api/api.html)
138+ - PaddlePaddle API 参见:[API 文档](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html)
139+ - PyTorch API 参见:[PyTorch documentation](https://pytorch.org/docs/stable/index.html)
139140
140141以下三部分前4个参数基本类似,对应关系如下表,具体请参见[模型列表](../../model_list.md)文档:
141142
You can’t perform that action at this time.
0 commit comments