From 14831901afccc4e61eba7075921b094ab85694ab Mon Sep 17 00:00:00 2001 From: andyjpaddle Date: Fri, 29 Apr 2022 03:49:46 +0000 Subject: [PATCH] update ppstructure doc --- ppstructure/docs/quickstart.md | 1 + ppstructure/docs/quickstart_en.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ppstructure/docs/quickstart.md b/ppstructure/docs/quickstart.md index 6610035d..31e59416 100644 --- a/ppstructure/docs/quickstart.md +++ b/ppstructure/docs/quickstart.md @@ -194,5 +194,6 @@ dict 里各个字段说明如下 | layout | 前向中是否执行版面分析 | True | | table | 前向中是否执行表格识别 | True | | ocr | 对于版面分析中的非表格区域,是否执行ocr。当layout为False时会被自动设置为False | True | +| structure_version | 表格结构化模型版本,可选 PP-STRUCTURE。PP-STRUCTURE支持表格结构化模型 | PP-STRUCTURE | 大部分参数和PaddleOCR whl包保持一致,见 [whl包文档](../../doc/doc_ch/whl.md) diff --git a/ppstructure/docs/quickstart_en.md b/ppstructure/docs/quickstart_en.md index 853436ff..1f78b43e 100644 --- a/ppstructure/docs/quickstart_en.md +++ b/ppstructure/docs/quickstart_en.md @@ -194,5 +194,5 @@ Please refer to: [Documentation Visual Q&A](../vqa/README.md) . | layout | Whether to perform layout analysis in forward | True | | table | Whether to perform table recognition in forward | True | | ocr | Whether to perform ocr for non-table areas in layout analysis. When layout is False, it will be automatically set to False | True | - +| structure_version | table structure Model version number, the current model support list is as follows: PP-STRUCTURE support english table structure model | PP-STRUCTURE | Most of the parameters are consistent with the PaddleOCR whl package, see [whl package documentation](../../doc/doc_en/whl.md) -- GitLab