From 839bb4281a4aa400393d52d683ee194418204d97 Mon Sep 17 00:00:00 2001 From: tink2123 Date: Fri, 9 Apr 2021 23:34:02 +0800 Subject: [PATCH] add en doc for multi-lang --- doc/doc_en/multi_languages_en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doc_en/multi_languages_en.md b/doc/doc_en/multi_languages_en.md index f6a3a82c..d1c4583f 100644 --- a/doc/doc_en/multi_languages_en.md +++ b/doc/doc_en/multi_languages_en.md @@ -198,8 +198,8 @@ ppocr also supports direction classification. For more usage methods, please ref ppocr supports using your own data for custom training or finetune, where the recognition model can refer to [French configuration file](../../configs/rec/multi_language/rec_french_lite_train.yml) Modify the training data path, dictionary and other parameters. -For specific data preparation and training process, please refer to: [Text Detection](../doc_ch/detection.md), [Text Recognition](../doc_ch/recognition.md), more functions such as predictive deployment, -For functions such as data annotation, you can read the complete [Document Tutorial](../../README_ch.md). +For specific data preparation and training process, please refer to: [Text Detection](../doc_en/detection_en.md), [Text Recognition](../doc_en/recognition_en.md), more functions such as predictive deployment, +For functions such as data annotation, you can read the complete [Document Tutorial](../../README.md). ## 4 Support languages and abbreviations -- GitLab