PaddleOCR/ppstructure/docs/installation.md
littletomatodonkey 8c7c45420f
polish kie doc and code (#7255)
* add fapiao kie

* fix readme

* fix fanli

* add readme

* add how to do kie en

* add algo kie

* add algo overview en

* rename vqa to kie

* fix read gif
2022-08-21 10:55:49 +08:00

538 B

快速安装

1. PaddlePaddle 和 PaddleOCR

可参考PaddleOCR安装文档

2. 安装其他依赖

2.1 VQA所需依赖

  • paddleocr
pip3 install paddleocr
  • PaddleNLP
git clone https://github.com/PaddlePaddle/PaddleNLP -b develop
cd PaddleNLP
pip3 install -e .