How can I train a model to detect key value pairs in documents after performing ocr on the docs?
After performing OCR on the documents needed, I want to be able to extract the key value pairs from each document. Think of it the same way as azure’s document intelligence.
How can I go about doing that ?