diff --git a/deploy/cpp_infer/readme.md b/deploy/cpp_infer/readme.md index 2974f3227aa6f9cdd967665addc905f7b902bac2..d7de358cee3f0f4ccc6012343e097b596aed863e 100644 --- a/deploy/cpp_infer/readme.md +++ b/deploy/cpp_infer/readme.md @@ -158,7 +158,7 @@ build/paddle_inference_install_dir/ ### 2.1 Export the inference model -* You can refer to [Model inference](../../doc/doc_ch/inference.md) and export the inference model. After the model is exported, assuming it is placed in the `inference` directory, the directory structure is as follows. +* You can refer to [Model inference](../../doc/doc_en/inference_en.md) and export the inference model. After the model is exported, assuming it is placed in the `inference` directory, the directory structure is as follows. ``` inference/ diff --git a/deploy/pdserving/README.md b/deploy/pdserving/README.md index 83329a11cdb57fea003a800fe9ca73791da9f6da..d0ce304849039a2d532bdb3889a7197739fbeea2 100644 --- a/deploy/pdserving/README.md +++ b/deploy/pdserving/README.md @@ -42,7 +42,7 @@ The introduction and tutorial of Paddle Serving service deployment framework ref PaddleOCR operating environment and Paddle Serving operating environment are needed. -1. Please prepare PaddleOCR operating environment reference [link](../../doc/doc_ch/installation.md). +1. Please prepare PaddleOCR operating environment reference [link](../../doc/doc_en/installation_en.md). Download the corresponding paddlepaddle whl package according to the environment, it is recommended to install version 2.2.2. 2. The steps of PaddleServing operating environment prepare are as follows: diff --git a/doc/doc_en/ppocr_introduction_en.md b/doc/doc_en/ppocr_introduction_en.md index d28ccb3529a46bdf0d3fd1d1c81f14137d10f2ea..8eb09cfbd7b32599a6c2164863d08ad0c4386f4b 100644 --- a/doc/doc_en/ppocr_introduction_en.md +++ b/doc/doc_en/ppocr_introduction_en.md @@ -64,7 +64,7 @@ For more details, please refer to [PP-OCRv3 technical report](https://arxiv.org/ For the performance comparison between PP-OCR series models, please check the [benchmark](./benchmark_en.md) documentation. -## 4. Visualization [more](./visualization.md) +## 4. Visualization [more](./visualization_en.md)
PP-OCRv3 Chinese model diff --git a/doc/doc_en/recognition_en.md b/doc/doc_en/recognition_en.md index 7d31b0ffe28c59ad3397d06fa178bcf8cbb822e9..2042ad0b6dcf705abde4ecada94ce7a1103fe869 100644 --- a/doc/doc_en/recognition_en.md +++ b/doc/doc_en/recognition_en.md @@ -26,7 +26,7 @@ ### 1.1 DataSet Preparation -To prepare datasets, refer to [ocr_datasets](./dataset/ocr_datasets.md) . +To prepare datasets, refer to [ocr_datasets](./dataset/ocr_datasets_en.md) . PaddleOCR provides label files for training the icdar2015 dataset, which can be downloaded in the following ways: