"...git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "a5b17bac3e45fa2b64164092acb5931a42bfa6a6"
Unverified Commit 3f1c811c authored by Daniel Yang's avatar Daniel Yang Committed by GitHub
Browse files

Update README.md

parent ee74a2cc
...@@ -26,10 +26,10 @@ PP-Structure is an OCR toolkit that can be used for complex documents analysis. ...@@ -26,10 +26,10 @@ PP-Structure is an OCR toolkit that can be used for complex documents analysis.
pip3 install --upgrade pip pip3 install --upgrade pip
# GPU # 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 # 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)。 # 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 ...@@ -45,7 +45,7 @@ pip3 install -U premailer paddleocr https://paddleocr.bj.bcebos.com/whl/layoutpa
- **(1) PIP install PaddleOCR whl package(inference only)** - **(1) PIP install PaddleOCR whl package(inference only)**
```bash ```bash
pip install "paddleocr>=2.0.6" pip install "paddleocr>=2.2"
``` ```
- **(2) Clone PaddleOCR(Inference+training)** - **(2) Clone PaddleOCR(Inference+training)**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment