rename tableocr 2 table structure

This commit is contained in:
WenmuZhou 2021-08-02 19:52:35 +08:00
parent ec38b12bd5
commit b4d3298ce2
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ In PPStructure, the image will be analyzed by layoutparser first. In the layout
Layout analysis divides the document data into regions, including the use of Python scripts for layout analysis tools, extraction of special category detection boxes, performance indicators, and custom training layout analysis models. For details, please refer to [document](layout/README_en.md).
### 2.2 Table OCR
### 2.2 Table Structure
Table OCR converts table image into excel documents, which include the detection and recognition of table text and the prediction of table structure and cell coordinates. For detailed, please refer to [document](table/README.md)

View File

@ -1,4 +1,4 @@
# Table structure and content prediction
# Table structure
## 1. pipeline
The ocr of the table mainly contains three models