未验证 提交 a042c0fd 编写于 作者: M mohamadmansourX 提交者: GitHub

Fixing small bug in Section 1 and Relative Paths in Section 4 (#2652)

上级 db37ba33
...@@ -48,7 +48,7 @@ This document will briefly introduce how to use the multilingual model. ...@@ -48,7 +48,7 @@ This document will briefly introduce how to use the multilingual model.
pip install paddlepaddle pip install paddlepaddle
# gpu # gpu
pip instll paddlepaddle-gpu pip install paddlepaddle-gpu
``` ```
<a name="paddleocr_package_install"></a> <a name="paddleocr_package_install"></a>
...@@ -181,11 +181,11 @@ In addition to installing the whl package for quick forecasting, ...@@ -181,11 +181,11 @@ In addition to installing the whl package for quick forecasting,
ppocr also provides a variety of forecasting deployment methods. ppocr also provides a variety of forecasting deployment methods.
If necessary, you can read related documents: If necessary, you can read related documents:
- [Python Inference](./doc/doc_en/inference_en.md) - [Python Inference](./inference_en.md)
- [C++ Inference](./deploy/cpp_infer/readme_en.md) - [C++ Inference](../../deploy/cpp_infer/readme_en.md)
- [Serving](./deploy/hubserving/readme_en.md) - [Serving](../../deploy/hubserving/readme_en.md)
- [Mobile](https://github.com/PaddlePaddle/PaddleOCR/blob/develop/deploy/lite/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)
<a name="language_abbreviations"></a> <a name="language_abbreviations"></a>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册