diff --git a/doc/doc_ch/quickstart.md b/doc/doc_ch/quickstart.md index a55823f6671427de7fc2cc4e2cea3f90f4579555..7425c803dcbca1f0f044d5e029e3dbdafbaf54a1 100644 --- a/doc/doc_ch/quickstart.md +++ b/doc/doc_ch/quickstart.md @@ -41,7 +41,7 @@ wget https://paddleocr.bj.bcebos.com/20-09-22/mobile/det/ch_ppocr_mobile_v1.1_de # 下载超轻量级中文OCR模型的识别模型并解压 wget https://paddleocr.bj.bcebos.com/20-09-22/mobile/rec/ch_ppocr_mobile_v1.1_rec_infer.tar && tar xf ch_ppocr_mobile_v1.1_rec_infer.tar # 下载超轻量级中文OCR模型的文本方向分类器模型并解压 -wget https://paddleocr.bj.bcebos.com/20-09-22/cls/ch_ppocr_mobile-v1.1.cls_infer.tar && tar xf ch_ppocr_mobile-v1.1.cls_infer.tar +wget https://paddleocr.bj.bcebos.com/20-09-22/cls/ch_ppocr_mobile_v1.1_cls_infer.tar && tar xf ch_ppocr_mobile_v1.1_cls_infer.tar cd .. ``` @@ -55,7 +55,7 @@ cd .. |-ch_ppocr_mobile_v1.1_rec_infer |- model |- params - |-ch_ppocr_mobile-v1.1.cls_infer + |-ch_ppocr_mobile-v1.1_cls_infer |- model |- params ... diff --git a/doc/doc_en/quickstart_en.md b/doc/doc_en/quickstart_en.md index 73bfda68579dd45ce1f4c6af224d7e47760a666b..a0ee8759f678b886146862903d004b4d1a12fa84 100644 --- a/doc/doc_en/quickstart_en.md +++ b/doc/doc_en/quickstart_en.md @@ -41,7 +41,7 @@ wget https://paddleocr.bj.bcebos.com/20-09-22/mobile/det/ch_ppocr_mobile_v1.1_de # Download the recognition model of the ultra-lightweight Chinese OCR model and uncompress it wget https://paddleocr.bj.bcebos.com/20-09-22/mobile/rec/ch_ppocr_mobile_v1.1_rec_infer.tar && tar xf ch_ppocr_mobile_v1.1_rec_infer.tar # Download the direction classifier model of the ultra-lightweight Chinese OCR model and uncompress it -wget https://paddleocr.bj.bcebos.com/20-09-22/cls/ch_ppocr_mobile-v1.1.cls_infer.tar && tar xf ch_ppocr_mobile-v1.1.cls_infer.tar +wget https://paddleocr.bj.bcebos.com/20-09-22/cls/ch_ppocr_mobile_v1.1_cls_infer.tar && tar xf ch_ppocr_mobile_v1.1_cls_infer.tar cd .. ``` @@ -55,7 +55,7 @@ After decompression, the file structure should be as follows: |-ch_ppocr_mobile_v1.1_rec_infer |- model |- params - |-ch_ppocr_mobile-v1.1.cls_infer + |-ch_ppocr_mobile_v1.1_cls_infer |- model |- params ...