From 3f1c811ca5f8d0c6fb3cf87b01c7b277483494ef Mon Sep 17 00:00:00 2001 From: Daniel Yang Date: Tue, 3 Aug 2021 08:36:42 +0800 Subject: [PATCH] Update README.md --- ppstructure/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ppstructure/README.md b/ppstructure/README.md index 87734e53..93a796a3 100644 --- a/ppstructure/README.md +++ b/ppstructure/README.md @@ -26,10 +26,10 @@ PP-Structure is an OCR toolkit that can be used for complex documents analysis. pip3 install --upgrade pip # GPU -python3 -m pip install paddlepaddle-gpu==2.1.2 -i https://mirror.baidu.com/pypi/simple +python3 -m pip install paddlepaddle-gpu==2.1.1 -i https://mirror.baidu.com/pypi/simple # CPU - python3 -m pip install paddlepaddle==2.1.2 -i https://mirror.baidu.com/pypi/simple + python3 -m pip install paddlepaddle==2.1.1 -i https://mirror.baidu.com/pypi/simple # For more,refer[Installation](https://www.paddlepaddle.org.cn/install/quick)。 ``` @@ -45,7 +45,7 @@ pip3 install -U premailer paddleocr https://paddleocr.bj.bcebos.com/whl/layoutpa - **(1) PIP install PaddleOCR whl package(inference only)** ```bash -pip install "paddleocr>=2.0.6" +pip install "paddleocr>=2.2" ``` - **(2) Clone PaddleOCR(Inference+training)** -- GitLab