diff --git a/ppstructure/table/README.md b/ppstructure/table/README.md index c606d641975556fe578a7e1cff8a575ccb4bff21..08635516ba8301e6f98f175e5eba8c0a97b1708e 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 8aa0dc8653223f9b84a283d8be2329f3c9d12b47..1ef126261d9ce832cd1919a1b3991f341add998c 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