update kie doc (#13799)

pull/13820/head
Wang Xin 2024-09-02 19:28:02 +08:00 committed by GitHub
parent ada310811a
commit 5b54ac4606
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 1 deletions

View File

@ -92,6 +92,8 @@ pip install -r ppstructure/kie/requirements.txt
pip install paddleocr -U
```
NOTE: For KIE tasks, it is necessary to downgrade the Paddle framework version (Paddle<2.6) and the PaddleNLP version (PaddleNLP<2.6).
The visualized results of SER are saved in the `./output` folder by default. Examples of results are as follows.
![img](https://github.com/PaddlePaddle/PaddleOCR/raw/main/ppstructure/docs/kie/result_ser/zh_val_42_ser.jpg)

View File

@ -91,6 +91,8 @@ pip install -r ppstructure/kie/requirements.txt
pip install paddleocr -U
```
NOTE: 对于KIE任务需要降低Paddle框架版本Paddle<2.6PaddleNLPPaddleNLP<2.6
### 4.2 快速开始
下面XFUND数据集快速体验SER模型与RE模型。

View File

@ -128,6 +128,8 @@ pip install -r ppstructure/kie/requirements.txt
pip install paddleocr -U
```
NOTE: For KIE tasks, it is necessary to downgrade the Paddle framework version (Paddle<2.6) and the PaddleNLP version (PaddleNLP<2.6).
The visualized results of SER are saved in the `./output` folder by default. Examples of results are as follows.

View File

@ -122,6 +122,8 @@ pip install -r ppstructure/kie/requirements.txt
pip install paddleocr -U
```
NOTE: 对于KIE任务需要降低Paddle框架版本Paddle<2.6PaddleNLPPaddleNLP<2.6
### 4.2 快速开始
下面XFUND数据集快速体验SER模型与RE模型。

View File

@ -4,4 +4,4 @@ seqeval
pypandoc
attrdict3
python_docx
paddlenlp>=2.5.2
paddlenlp==2.5.2