From ccd2bb2b170a7ccf4fda38f46d616909c4bfaba2 Mon Sep 17 00:00:00 2001 From: Daniel Yang Date: Tue, 3 Aug 2021 16:39:22 +0800 Subject: [PATCH] Update README.md --- ppstructure/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ppstructure/README.md b/ppstructure/README.md index 0d0d93ef..72a75c23 100644 --- a/ppstructure/README.md +++ b/ppstructure/README.md @@ -3,10 +3,10 @@ English | [简体中文](README_ch.md) # PP-Structure PP-Structure is an OCR toolkit that can be used for complex documents analysis. The main features are as follows: -- Support the layout analysis of documents, divide the documents into 5 types of areas **text, title, table, image and list** (conjunction with Layout-Parser) -- Support to extract the texts from the text, title, picture and list areas (used in conjunction with PP-OCR) +- Support the layout analysis of documents, divide the documents into 5 types of areas **text, title, table, image and list** (combined with Layout-Parser) +- Support to extract the texts from the text, title, picture and list areas (combined with PP-OCR) - Support to extract excel files from the table areas -- Support python whl package and command line usage, easy to use +- Support to use with python whl package and command line easily - Support custom training for layout analysis and table structure tasks ## 1. Visualization -- GitLab