From 70caca2e6e13147c1c0f3c74aae7791fdc914cff Mon Sep 17 00:00:00 2001 From: littletomatodonkey <2120160898@bit.edu.cn> Date: Sat, 24 Oct 2020 15:33:57 +0800 Subject: [PATCH] fix serving link (#994) * fix serving link, test=document_fix * fix link --- README_ch.md | 2 +- doc/doc_ch/quickstart.md | 2 +- doc/doc_en/quickstart_en.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README_ch.md b/README_ch.md index bc5088c0..39617bfe 100644 --- a/README_ch.md +++ b/README_ch.md @@ -84,7 +84,7 @@ PaddleOCR旨在打造一套丰富、领先、且实用的OCR工具库,助力 - [基于pip安装whl包快速推理](./doc/doc_ch/whl.md) - [基于Python脚本预测引擎推理](./doc/doc_ch/inference.md) - [基于C++预测引擎推理](./deploy/cpp_infer/readme.md) - - [服务化部署](./deploy/hubserving/readme.md) + - [服务化部署](./doc/doc_ch/serving_inference.md) - [端侧部署](./deploy/lite/readme.md) - [模型量化](./deploy/slim/quantization/README.md) - [模型裁剪](./deploy/slim/prune/README.md) diff --git a/doc/doc_ch/quickstart.md b/doc/doc_ch/quickstart.md index 97c3d41d..95b5306f 100644 --- a/doc/doc_ch/quickstart.md +++ b/doc/doc_ch/quickstart.md @@ -95,5 +95,5 @@ python3 tools/infer/predict_system.py --image_dir="./doc/imgs/11.jpg" --det_mode 此外,文档教程中也提供了中文OCR模型的其他预测部署方式: - [基于C++预测引擎推理](../../deploy/cpp_infer/readme.md) -- [服务部署](../../deploy/pdserving/readme.md) +- [服务部署](./serving_inference.md) - [端侧部署](../../deploy/lite/readme.md) diff --git a/doc/doc_en/quickstart_en.md b/doc/doc_en/quickstart_en.md index 6a5f3693..bc5700e7 100644 --- a/doc/doc_en/quickstart_en.md +++ b/doc/doc_en/quickstart_en.md @@ -98,5 +98,5 @@ For more text detection and recognition tandem reasoning, please refer to the do In addition, the tutorial also provides other deployment methods for the Chinese OCR model: - [Server-side C++ inference](../../deploy/cpp_infer/readme_en.md) -- [Service deployment](../../deploy/pdserving/readme_en.md) +- [Service deployment](../../deploy/hubserving/readme_en.md) - [End-to-end deployment](../../deploy/lite/readme_en.md) -- GitLab