Best way to use PaddleOCR for end-to-end Key-Value Pair Extraction from ID cards #6922
Unanswered
atharvjairath
asked this question in
Q&A
Replies: 3 comments 3 replies
-
You should train KIE model with your dataset. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please refer to kie algorithm: https://github.com/PaddlePaddle/PaddleOCR/blob/release%2F2.5/ppstructure/docs/kie_en.md |
Beta Was this translation helpful? Give feedback.
3 replies
-
you should also look into DONUT (OCR-FREE document understading) and Pix2Struct from HuggingFace.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to build Key-value pair Extraction from ID cards (like Driving licenses etc), where the key would be Name, Address, DOB, etc.
What would be the best way to use PaddleOCR to achieve the above?
Beta Was this translation helpful? Give feedback.
All reactions