From ae72cbf5c3ef8799801f6c829cab704fb67b37f7 Mon Sep 17 00:00:00 2001 From: Sibi Akkash <39093537+SibiAkkash@users.noreply.github.com> Date: Sat, 12 Feb 2022 19:09:51 +0530 Subject: [PATCH] fix broken links (#5449) the path of the .md files had a space in them, which didn't render the links correctly --- doc/doc_en/models_and_config_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc_en/models_and_config_en.md b/doc/doc_en/models_and_config_en.md index 414d844d..c47fb559 100644 --- a/doc/doc_en/models_and_config_en.md +++ b/doc/doc_en/models_and_config_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. -This chapter contains three 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. Then in [Yml Configuration](. /config_en.md) details the parameters needed to fine-tune the PP-OCR models. The final [Python Inference for PP-OCR Model Library](. /inference_ppocr_en.md) is an introduction to the use of the PP-OCR model library in the first section, which can quickly utilize the rich model library models to obtain test results through the Python inference engine. +This chapter contains three 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. Then in [Yml Configuration](./config_en.md) details the parameters needed to fine-tune the PP-OCR models. The final [Python Inference for PP-OCR Model Library](./inference_ppocr_en.md) is an introduction to the use of the PP-OCR model library in the first section, which can quickly utilize the rich model library models to obtain test results through the Python inference engine. ------ -- GitLab