From b4d3298ce2c3c46e01ab7ca769e0748deb426a46 Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Mon, 2 Aug 2021 19:52:35 +0800 Subject: [PATCH] rename tableocr 2 table structure --- ppstructure/README.md | 2 +- ppstructure/table/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ppstructure/README.md b/ppstructure/README.md index 0303fcb4..1a7ec15e 100644 --- a/ppstructure/README.md +++ b/ppstructure/README.md @@ -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) diff --git a/ppstructure/table/README.md b/ppstructure/table/README.md index 4c3d789a..7bb3127f 100644 --- a/ppstructure/table/README.md +++ b/ppstructure/table/README.md @@ -1,4 +1,4 @@ -# Table structure and content prediction +# Table structure ## 1. pipeline The ocr of the table mainly contains three models -- GitLab