From e8867631c202c131427136cbebff131d9c24075c Mon Sep 17 00:00:00 2001
From: WenmuZhou <572459439@qq.com>
Date: Tue, 11 Oct 2022 09:52:39 +0000
Subject: [PATCH] relink kie link to inference
---
ppstructure/docs/quickstart.md | 2 +-
ppstructure/docs/quickstart_en.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ppstructure/docs/quickstart.md b/ppstructure/docs/quickstart.md
index 60642f78..74a3ff1a 100644
--- a/ppstructure/docs/quickstart.md
+++ b/ppstructure/docs/quickstart.md
@@ -214,7 +214,7 @@ for line in result:
#### 2.2.5 关键信息抽取
-关键信息抽取暂不支持通过whl包调用,详细使用教程请参考:[关键信息抽取教程](../kie/README_ch.md)。
+关键信息抽取暂不支持通过whl包调用,详细使用教程请参考:[inference文档](./inference.md)。
diff --git a/ppstructure/docs/quickstart_en.md b/ppstructure/docs/quickstart_en.md
index e0eec4b3..e6b1419c 100644
--- a/ppstructure/docs/quickstart_en.md
+++ b/ppstructure/docs/quickstart_en.md
@@ -94,7 +94,7 @@ paddleocr --image_dir=ppstructure/docs/table/table.jpg --type=structure --layout
#### 2.1.5 Key Information Extraction
-Key information extraction does not currently support use by the whl package. For detailed usage tutorials, please refer to: [Key Information Extraction](../kie/README.md).
+Key information extraction does not currently support use by the whl package. For detailed usage tutorials, please refer to: [inference document](./inference_en.md).
#### 2.1.6 layout recovery
--
GitLab