From a6f2ddbf06e08dede60e6e576ad4eab5db9f7781 Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Thu, 25 Aug 2022 05:49:27 +0000 Subject: [PATCH] add quick start link in table doc --- ppstructure/table/README.md | 4 +++- ppstructure/table/README_ch.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ppstructure/table/README.md b/ppstructure/table/README.md index c606d641..08635516 100644 --- a/ppstructure/table/README.md +++ b/ppstructure/table/README.md @@ -51,7 +51,9 @@ The performance indicators are explained as follows: ### 4.1 Quick start -PP-Structure currently provides table recognition models in both Chinese and English. For the model link, see [models_list](../docs/models_list.md). The following takes the Chinese table recognition model as an example to introduce how to recognize a table. +PP-Structure currently provides table recognition models in both Chinese and English. For the model link, see [models_list](../docs/models_list.md). The whl package is also provided for quick use, see [quickstart](../docs/quickstart_en.md) for details. + +The following takes the Chinese table recognition model as an example to introduce how to recognize a table. Use the following commands to quickly complete the identification of a table. diff --git a/ppstructure/table/README_ch.md b/ppstructure/table/README_ch.md index 8aa0dc86..1ef12626 100644 --- a/ppstructure/table/README_ch.md +++ b/ppstructure/table/README_ch.md @@ -57,7 +57,9 @@ ### 4.1 快速开始 -PP-Structure目前提供了中英文两种语言的表格识别模型,模型链接见 [models_list](../docs/models_list.md)。下面以中文表格识别模型为例,介绍如何识别一张表格。 +PP-Structure目前提供了中英文两种语言的表格识别模型,模型链接见 [models_list](../docs/models_list.md)。也提供了whl包的形式方便快速使用,详见 [quickstart](../docs/quickstart.md)。 + +下面以中文表格识别模型为例,介绍如何识别一张表格。 使用如下命令即可快速完成一张表格的识别。 ```python -- GitLab