Azure Form Recognizer API extract table data incorrect
Dharmveer Kirodiwal
0
Reputation points
Hi,
I am trying to extract table layout from pdf and image using Azure Form Recognized in python. But extracted data is incorrect.
- I tried to extract table from pdf then I did not find some table layout.
- So, I tried to convert pdf into image then extracted table layout from that image. In this case I got the table layout but some data is incorrect. (Example: extracted "N" where actual value is "NO", extracted "13" where actual value is "(13)").
I have attached the document.
I hope your kind help.
Sign in to answer