diff --git a/ppstructure/kie/README.md b/ppstructure/kie/README.md index eb37c6fc9ae60d26bc7aa464cea766c38710517b..33db55880279e2707be6815d20bfa232396ae883 100644 --- a/ppstructure/kie/README.md +++ b/ppstructure/kie/README.md @@ -89,7 +89,7 @@ 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. -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