提交 394cb2f7 编写于 作者: A andyjpaddle

update quickstart doc

上级 26263e24
...@@ -108,7 +108,7 @@ cd /path/to/ppocr_img ...@@ -108,7 +108,7 @@ cd /path/to/ppocr_img
#### 2.1.2 多语言模型 #### 2.1.2 多语言模型
PaddleOCR目前支持80个语种,可以通过修改`--lang`参数进行切换,对于英文模型,指定`--lang=en`, PP-OCRv3目前只支持中文和英文模型,其他多语言模型会陆续更新 PaddleOCR目前支持80个语种,可以通过修改`--lang`参数进行切换,对于英文模型,指定`--lang=en`
``` bash ``` bash
paddleocr --image_dir ./imgs_en/254.jpg --lang=en paddleocr --image_dir ./imgs_en/254.jpg --lang=en
......
...@@ -124,7 +124,7 @@ If you need to use the 2.0 model, please specify the parameter `--ocr_version PP ...@@ -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 #### 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 ``` bash
paddleocr --image_dir ./doc/imgs_en/254.jpg --lang=en paddleocr --image_dir ./doc/imgs_en/254.jpg --lang=en
...@@ -208,4 +208,4 @@ Visualization of results ...@@ -208,4 +208,4 @@ Visualization of results
In this section, you have mastered the use of PaddleOCR whl package. 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. 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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册