From 5e25ed64a228a29be2764cb85aec614ffed243a9 Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Thu, 24 Sep 2020 14:39:20 +0800 Subject: [PATCH] Update readme_en.md --- deploy/cpp_infer/readme_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/cpp_infer/readme_en.md b/deploy/cpp_infer/readme_en.md index ca40f88d..30a6912e 100644 --- a/deploy/cpp_infer/readme_en.md +++ b/deploy/cpp_infer/readme_en.md @@ -232,7 +232,7 @@ char_list_file ../../ppocr/utils/ppocr_keys_v1.txt # dictionary file visualize 1 # Whether to visualize the results,when it is set as 1, The prediction result will be save in the image file `./ocr_vis.png`. ``` -* Multi-language inference is also supported in PaddleOCR, for more details, please refer to part of multi-language dictionaries and models in [recognition tutorial](../../doc/doc_ch/recognition.md). +* Multi-language inference is also supported in PaddleOCR, for more details, please refer to part of multi-language dictionaries and models in [recognition tutorial](../../doc/doc_en/recognition_en.md). The detection results will be shown on the screen, which is as follows. -- GitLab