diff --git a/README.md b/README.md index 86c2a080bac9d6ab60779b005082054b8e34fd67..5e2734d67f74f5eaf06b860b65b974504c612a4d 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ For a new language request, please refer to [Guideline for new language_requests ## Tutorials - [Environment Preparation](./doc/doc_en/environment_en.md) - [Quick Start](./doc/doc_en/quickstart_en.md) -- [PaddleOCR Overview and Installation](./doc/doc_en/paddleOCR_overview_en.md) +- [PaddleOCR Overview and Project Clone](./doc/doc_en/paddleOCR_overview_en.md) - PP-OCR Industry Landing: from Training to Deployment - [PP-OCR Model Zoo](./doc/doc_en/models_en.md) - [PP-OCR Model Download](./doc/doc_en/models_list_en.md) diff --git a/doc/doc_ch/environment.md b/doc/doc_ch/environment.md index a55008100312f50e0786dca49eaa186afc49b3b2..f71f5bd9b6c62328d8caef82d2fbcca15d7b394e 100644 --- a/doc/doc_ch/environment.md +++ b/doc/doc_ch/environment.md @@ -1,5 +1,5 @@ # 运行环境准备 -Windows和Mac用户推荐使用Anaconda搭建Python环境,Linux用户建议使用docker搭建PyThon环境。 +Windows和Mac用户推荐使用Anaconda搭建Python环境,Linux用户建议使用docker搭建Python环境。 如果对于Python环境熟悉的用户可以直接跳到第2步安装PaddlePaddle。 diff --git a/doc/doc_ch/models.md b/doc/doc_ch/models.md index 48edaf8865327ffbb0aca31b8bcecf20dea10a09..248c4e18e14c38ef5386efca585534426bcd1ef4 100644 --- a/doc/doc_ch/models.md +++ b/doc/doc_ch/models.md @@ -1,8 +1,8 @@ # PP-OCR模型库 -PP-OCR模型一章主要补充一些OCR模型的基本概念、配置文件的内容与作用以便对模型后续的参数调整和训练中拥有更好的体验。 +PP-OCR模型一节主要补充一些OCR模型的基本概念以及如何快速运用PP-OCR模型库中的模型。 -本章包含两个部分,首先在[PP-OCR模型下载](./models_list.md)中解释PP-OCR模型的类型概念,并提供所有模型的下载链接。[模型库快速使用](./inference_ppocr.md)是对PP-OCR模型库使用方法的介绍,可以通过Python推理引擎快速利用丰富的模型库模型获得测试结果。 +本节包含两个部分,首先在[PP-OCR模型下载](./models_list.md)中解释PP-OCR模型的类型概念,并提供所有模型的下载链接。然后在[PP-OCR模型库Python推理](./inference_ppocr.md)中介绍PP-OCR模型库的使用方法,可以通过Python推理引擎快速利用丰富的模型库模型获得测试结果。 ------ diff --git a/doc/doc_en/models_en.md b/doc/doc_en/models_en.md index cfa5e76516fb33f158360e13ce5d87b9079688af..b7931b1868b042cfb880a8587add872438668fc0 100644 --- a/doc/doc_en/models_en.md +++ b/doc/doc_en/models_en.md @@ -1,7 +1,7 @@ -# PP-OCR Model and Configuration -The chapter on PP-OCR model and configuration file mainly adds some basic concepts of OCR model and the content and role of configuration file to have a better experience in the subsequent parameter adjustment and training of the model. +# PP-OCR Model Zoo +The PP-OCR model zoo section explains some basic concepts of the OCR model and how to quickly use the models in the PP-OCR model library. -This chapter contains two parts. Firstly, [PP-OCR Model Download](. /models_list_en.md) explains the concept of PP-OCR model types and provides links to download all models. The next [Python Inference for PP-OCR Model Library](. /inference_ppocr_en.md) is an introduction to the use of the PP-OCR model library, which can quickly utilize the rich model library models to obtain test results through the Python inference engine. +This section contains two parts. Firstly, [PP-OCR Model Download](. /models_list_en.md) explains the concept of PP-OCR model types and provides links to download all models. The next [Python Inference for PP-OCR Model Library](. /inference_ppocr_en.md) is an introduction to the use of the PP-OCR model library, which can quickly utilize the rich model library models to obtain test results through the Python inference engine. ------