From a042c0fd18e56612a38ac64ddd119c347ece4a3d Mon Sep 17 00:00:00 2001 From: mohamadmansourX <66031317+mohamadmansourX@users.noreply.github.com> Date: Mon, 26 Apr 2021 19:04:23 +0300 Subject: [PATCH] Fixing small bug in Section 1 and Relative Paths in Section 4 (#2652) --- doc/doc_en/multi_languages_en.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/doc_en/multi_languages_en.md b/doc/doc_en/multi_languages_en.md index fa00bdd3..e58b782c 100755 --- a/doc/doc_en/multi_languages_en.md +++ b/doc/doc_en/multi_languages_en.md @@ -48,7 +48,7 @@ This document will briefly introduce how to use the multilingual model. pip install paddlepaddle # gpu -pip instll paddlepaddle-gpu +pip install paddlepaddle-gpu ``` @@ -181,11 +181,11 @@ In addition to installing the whl package for quick forecasting, ppocr also provides a variety of forecasting deployment methods. If necessary, you can read related documents: -- [Python Inference](./doc/doc_en/inference_en.md) -- [C++ Inference](./deploy/cpp_infer/readme_en.md) -- [Serving](./deploy/hubserving/readme_en.md) +- [Python Inference](./inference_en.md) +- [C++ Inference](../../deploy/cpp_infer/readme_en.md) +- [Serving](../../deploy/hubserving/readme_en.md) - [Mobile](https://github.com/PaddlePaddle/PaddleOCR/blob/develop/deploy/lite/readme_en.md) -- [Benchmark](./doc/doc_en/benchmark_en.md) +- [Benchmark](./benchmark_en.md) -- GitLab