未验证 提交 3f1c811c 编写于 作者: D Daniel Yang 提交者: GitHub

Update README.md

上级 ee74a2cc
......@@ -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)**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册