From 9884073e716af23044718d5527b83575d24db8e3 Mon Sep 17 00:00:00 2001 From: Shubham Chambhare <59397280+Shubham654@users.noreply.github.com> Date: Wed, 9 Aug 2023 17:02:16 +0530 Subject: [PATCH] Fixed Layout recovery README file (#10493) Co-authored-by: Shubham Chambhare --- ppstructure/recovery/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppstructure/recovery/README.md b/ppstructure/recovery/README.md index 46a348c8e..499ef0275 100644 --- a/ppstructure/recovery/README.md +++ b/ppstructure/recovery/README.md @@ -152,7 +152,7 @@ cd PaddleOCR/ppstructure # download model mkdir inference && cd inference # Download the detection model of the ultra-lightweight English PP-OCRv3 model and unzip it -https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_det_infer.tar && tar xf en_PP-OCRv3_det_infer.tar +wget https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_det_infer.tar && tar xf en_PP-OCRv3_det_infer.tar # Download the recognition model of the ultra-lightweight English PP-OCRv3 model and unzip it wget https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_rec_infer.tar && tar xf en_PP-OCRv3_rec_infer.tar # Download the ultra-lightweight English table inch model and unzip it