From 394cb2f7df41c59a878b96b53b8933139fad28d0 Mon Sep 17 00:00:00 2001 From: andyjpaddle Date: Sat, 7 May 2022 12:40:04 +0000 Subject: [PATCH] update quickstart doc --- doc/doc_ch/quickstart.md | 2 +- doc/doc_en/quickstart_en.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/doc_ch/quickstart.md b/doc/doc_ch/quickstart.md index e0e65c3e..29ca48fa 100644 --- a/doc/doc_ch/quickstart.md +++ b/doc/doc_ch/quickstart.md @@ -108,7 +108,7 @@ cd /path/to/ppocr_img #### 2.1.2 多语言模型 -PaddleOCR目前支持80个语种,可以通过修改`--lang`参数进行切换,对于英文模型,指定`--lang=en`, PP-OCRv3目前只支持中文和英文模型,其他多语言模型会陆续更新。 +PaddleOCR目前支持80个语种,可以通过修改`--lang`参数进行切换,对于英文模型,指定`--lang=en`。 ``` bash paddleocr --image_dir ./imgs_en/254.jpg --lang=en diff --git a/doc/doc_en/quickstart_en.md b/doc/doc_en/quickstart_en.md index ac820ed6..d7aeb777 100644 --- a/doc/doc_en/quickstart_en.md +++ b/doc/doc_en/quickstart_en.md @@ -124,7 +124,7 @@ If you need to use the 2.0 model, please specify the parameter `--ocr_version PP #### 2.1.2 Multi-language Model -PaddleOCR currently supports 80 languages, which can be switched by modifying the `--lang` parameter. PP-OCRv3 currently only supports Chinese and English models, and other multilingual models will be updated one after another. +PaddleOCR currently supports 80 languages, which can be switched by modifying the `--lang` parameter. ``` bash paddleocr --image_dir ./doc/imgs_en/254.jpg --lang=en @@ -208,4 +208,4 @@ Visualization of results In this section, you have mastered the use of PaddleOCR whl package. -PaddleOCR is a rich and practical OCR tool library that get through the whole process of data production, model training, compression, inference and deployment, please refer to the [tutorials](../../README.md#tutorials) to start the journey of PaddleOCR. \ No newline at end of file +PaddleOCR is a rich and practical OCR tool library that get through the whole process of data production, model training, compression, inference and deployment, please refer to the [tutorials](../../README.md#tutorials) to start the journey of PaddleOCR. -- GitLab