From 5b24464c47d24be1a09b76f8084f9fc602bd274d Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Tue, 3 Aug 2021 11:14:38 +0800 Subject: [PATCH] Update README.md --- ppstructure/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ppstructure/README.md b/ppstructure/README.md index 87fd5a93..9c2bc758 100644 --- a/ppstructure/README.md +++ b/ppstructure/README.md @@ -90,8 +90,8 @@ im_show = draw_structure_result(image, result,font_path=font_path) im_show = Image.fromarray(im_show) im_show.save('result.jpg') ``` -### 3.3 Return results -The return result of PPStructure is a list composed of a dict, an example is as follows +### 3.3 Returned results format +The returned results of PP-Structure is a list composed of a dict, an example is as follows ```shell [ @@ -111,7 +111,7 @@ The description of each field in dict is as follows |res|OCR or table recognition result of image area。
Table: HTML string of the table;
OCR: A tuple containing the detection coordinates and recognition results of each single line of text| -### 3.4 Parameter Description: +### 3.4 Parameter description: | Parameter | Description | Default value | | --------------- | ---------------------------------------- | ------------------------------------------- | @@ -139,7 +139,7 @@ Layout analysis divides the document data into regions, including the use of Pyt Table Recognition 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) -## 5. Predictive by inference engine +## 5. Prediction by inference engine Use the following commands to complete the inference. -- GitLab