diff --git a/ppstructure/kie/README.md b/ppstructure/kie/README.md index 6717aa0c8c..33db558802 100644 --- a/ppstructure/kie/README.md +++ b/ppstructure/kie/README.md @@ -87,9 +87,9 @@ 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. +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 one model. ### 3.2 RE @@ -108,7 +108,7 @@ Demo results for RE task are as follows. -Red boxes are questions, blue boxes are answers. The green lines means the two conected objects are a pair. +Red boxes are questions, blue boxes are answers. The green lines means the two connected objects are a pair. ## 4. Usage