commit
7c0df4125e
|
@ -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)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# 运行环境准备
|
||||
Windows和Mac用户推荐使用Anaconda搭建Python环境,Linux用户建议使用docker搭建PyThon环境。
|
||||
Windows和Mac用户推荐使用Anaconda搭建Python环境,Linux用户建议使用docker搭建Python环境。
|
||||
|
||||
如果对于Python环境熟悉的用户可以直接跳到第2步安装PaddlePaddle。
|
||||
|
||||
|
|
|
@ -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推理引擎快速利用丰富的模型库模型获得测试结果。
|
||||
|
||||
------
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
------
|
||||
|
||||
|
|
Loading…
Reference in New Issue