From be6696763b9dfec9bc46272dc9daa8fa749b865a Mon Sep 17 00:00:00 2001 From: Sagar J <75424678+sagarjgb@users.noreply.github.com> Date: Wed, 23 Aug 2023 12:09:09 +0530 Subject: [PATCH] Update how_to_do_kie_en.md (#10690) typo error --- ppstructure/kie/how_to_do_kie_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppstructure/kie/how_to_do_kie_en.md b/ppstructure/kie/how_to_do_kie_en.md index 400bd1c2..5b09d571 100644 --- a/ppstructure/kie/how_to_do_kie_en.md +++ b/ppstructure/kie/how_to_do_kie_en.md @@ -21,7 +21,7 @@ For the document images in a specific scene, the position and layout of the key The KIE in the document image generally contains 2 subtasks, which is as shown follows. -* (1) SER: semantic entity recognition, which classifies each detected textline, such as dividing it into name and ID card. As shown in the red boxes in the following figure. +* (1) SER: semantic entity recognition, which classifies each detected textline, such as dividing it into name and ID No. As shown in the red boxes in the following figure. * (2) RE: relationship extraction, which matches the question and answer based on SER results. As shown in the figure below, the yellow arrows match the question and answer. -- GitLab