PaddleOCR/ppstructure/docs/installation_en.md

25 lines
434 B
Markdown
Raw Normal View History

2022-08-16 03:44:39 +00:00
# Quick installation
- [1. PaddlePaddle 和 PaddleOCR](#1)
- [2. Install other dependencies](#2)
- [2.1 KIE](#21)
2022-08-16 03:44:39 +00:00
<a name="1"></a>
## 1. PaddlePaddle and PaddleOCR
Please refer to [PaddleOCR installation documentation](../../doc/doc_en/installation_en.md)
<a name="2"></a>
## 2. Install other dependencies
<a name="21"></a>
### 2.1 KIE
2022-08-16 03:44:39 +00:00
* paddleocr
```bash
pip install paddleocr -U
pip install -r ./kie/requirements.txt
2022-08-16 03:44:39 +00:00
```