Update README.md

This commit is contained in:
MissPenguin 2021-08-03 10:43:10 +08:00 committed by GitHub
parent 637d9ae1d4
commit 933326a171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# Table structure # Table Recognition
## 1. pipeline ## 1. pipeline
The ocr of the table mainly contains three models The table recognition mainly contains three models
1. Single line text detection-DB 1. Single line text detection-DB
2. Single line text recognition-CRNN 2. Single line text recognition-CRNN
3. Table structure and cell coordinate prediction-RARE 3. Table structure and cell coordinate prediction-RARE
The table ocr flow chart is as follows The table recognition flow chart is as follows
![tableocr_pipeline](../../doc/table/tableocr_pipeline_en.jpg) ![tableocr_pipeline](../../doc/table/tableocr_pipeline_en.jpg)