Skip to content

Commit

Permalink
doc: remove duplicate paragraphs (#14133)
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatV authored Oct 31, 2024
1 parent 1eeca9c commit d1bc416
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/ppstructure/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,6 @@ paddleocr --image_dir=ppstructure/docs/recovery/UnrealText.pdf --type=structure

通过OCR技术:

版面恢复分为2种方法,详细介绍请参考:[版面恢复教程](./model_train/recovery_to_doc.md):

- PDF解析
- OCR技术

通过PDF解析(只支持pdf格式的输入):

```bash linenums="1"
paddleocr --image_dir=ppstructure/docs/recovery/UnrealText.pdf --type=structure --recovery=true --use_pdf2docx_api=true
```

通过OCR技术:

```bash linenums="1"
# 中文测试图
paddleocr --image_dir=ppstructure/docs/table/1.png --type=structure --recovery=true
Expand Down

0 comments on commit d1bc416

Please sign in to comment.