From 56aaead6d06b9ef6c6ecb8655f5a571f579f939e Mon Sep 17 00:00:00 2001 From: littletomatodonkey Date: Wed, 24 Aug 2022 16:57:31 +0800 Subject: [PATCH] fix kie doc (#7324) * fixc * fix --- ppstructure/kie/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ppstructure/kie/README.md b/ppstructure/kie/README.md index adb19a3c..d9471fb1 100644 --- a/ppstructure/kie/README.md +++ b/ppstructure/kie/README.md @@ -242,9 +242,7 @@ For training, evaluation and inference tutorial for KIE models, please refer to For training, evaluation and inference tutorial for text detection models, please refer to [text detection doc](../../doc/doc_en/detection_en.md). -For training, evaluation and inference tutorial for text recognition models, please refer to [text recognition doc](../../doc/doc_en/recognition.md). - -If you want to finish the KIE tasks in your scene, and don't know what to prepare, please refer to [End cdoc](../../doc/doc_en/recognition.md). +For training, evaluation and inference tutorial for text recognition models, please refer to [text recognition doc](../../doc/doc_en/recognition_en.md). To complete the key information extraction task in your own scenario from data preparation to model selection, please refer to: [Guide to End-to-end KIE](./how_to_do_kie_en.md)。 -- GitLab