update requirements.txt

pull/3518/head
WenmuZhou 2021-08-03 16:29:55 +08:00
parent a569496808
commit 31e5cf3a52
3 changed files with 5 additions and 3 deletions

View File

@ -37,7 +37,7 @@ python3 -m pip install paddlepaddle-gpu==2.1.1 -i https://mirror.baidu.com/pypi/
- **(2) Install Layout-Parser** - **(2) Install Layout-Parser**
```bash ```bash
pip3 install -U premailer paddleocr https://paddleocr.bj.bcebos.com/whl/layoutparser-0.0.0-py3-none-any.whl pip3 install -U https://paddleocr.bj.bcebos.com/whl/layoutparser-0.0.0-py3-none-any.whl
``` ```
### 2.2 Install PaddleOCRincluding PP-OCR and PP-Structure ### 2.2 Install PaddleOCRincluding PP-OCR and PP-Structure

View File

@ -37,7 +37,7 @@ python3 -m pip install paddlepaddle-gpu==2.1.1 -i https://mirror.baidu.com/pypi/
- **(2) 安装 Layout-Parser** - **(2) 安装 Layout-Parser**
```bash ```bash
pip3 install -U premailer paddleocr https://paddleocr.bj.bcebos.com/whl/layoutparser-0.0.0-py3-none-any.whl pip3 install -U https://paddleocr.bj.bcebos.com/whl/layoutparser-0.0.0-py3-none-any.whl
``` ```
### 2.2 安装PaddleOCR包含PP-OCR和PP-Structure ### 2.2 安装PaddleOCR包含PP-OCR和PP-Structure

View File

@ -7,4 +7,6 @@ tqdm
numpy numpy
visualdl visualdl
python-Levenshtein python-Levenshtein
opencv-contrib-python==4.2.0.32 opencv-contrib-python==4.2.0.32
lxml
premailer