From fa696f80c5647dbc1f59e684bd69bfc42a762544 Mon Sep 17 00:00:00 2001 From: Sagar J <75424678+sagarjgb@users.noreply.github.com> Date: Wed, 23 Aug 2023 13:47:48 +0530 Subject: [PATCH] Update README.md (#10705) typo error: replaced single quotation mark with backticks. --- ppstructure/kie/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppstructure/kie/README.md b/ppstructure/kie/README.md index 6717aa0c..eb37c6fc 100644 --- a/ppstructure/kie/README.md +++ b/ppstructure/kie/README.md @@ -87,7 +87,7 @@ Demo results for SER task are as follows. Boxes of different colors in the image represent different categories. -The invoice and application form images have three categories: `request`, `answer` and `header`. The `question` and 'answer' can be used to extract the relationship. +The invoice and application form images have three categories: `request`, `answer` and `header`. The `question` and `answer` can be used to extract the relationship. For the ID card image, the model can directly identify the key information such as `name`, `gender`, `nationality`, so that the subsequent relationship extraction process is not required, and the key information extraction task can be completed using only on model. -- GitLab