Update README.md

This commit is contained in:
Daniel Yang 2021-08-03 08:36:42 +08:00 committed by GitHub
parent ee74a2cc56
commit 3f1c811ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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 morerefer[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 packageinference only**
```bash
pip install "paddleocr>=2.0.6"
pip install "paddleocr>=2.2"
```
- **2) Clone PaddleOCRInference+training**