diff --git a/deploy/jeston/readme_en.md b/deploy/jeston/readme_en.md index 1700f3da34ce59e418257d393b0ffca1f4f121b1..d499989160e13d6dd6bf1092c890e8ec11681ce4 100644 --- a/deploy/jeston/readme_en.md +++ b/deploy/jeston/readme_en.md @@ -36,7 +36,7 @@ pip3 install -r requirements.txt ## 2. Perform prediction -Obtain the PPOCR model from the [document](https://github.com/PaddlePaddle/PaddleOCR/blob/dygraph/doc/doc_ch/ppocr_introduction.md#6-%E6%A8%A1%E5%9E%8B%E5%BA%93) model library. The following takes the PP-OCRv3 model as an example to introduce the use of the PPOCR model on Jetson: +Obtain the PPOCR model from the [document](https://github.com/PaddlePaddle/PaddleOCR/blob/dygraph/doc/doc_en/ppocr_introduction_en.md#6-model-zoo) model library. The following takes the PP-OCRv3 model as an example to introduce the use of the PPOCR model on Jetson: Download and unzip the PP-OCRv3 models. ```