
Announcements
Hi All,
I want to extract table contents from image.
Usecase : I want to extract the table of nutrients from a Bournvita bottle. Need to extract table contents in white box
How can this be done ? Is it possible in powerapps ?
Hi @jinivthakkar ,
The closest AI Builder scenario that would fit here is the forms processor. It can recognize tables of documents/images like an invoice.
Docs: https://docs.microsoft.com/ai-builder/form-processing-sample-data
That said, from the image you have shared, the table in question has columns of varying content: the value in one column may align with the value of more than one row. It's not exactly 1:1 which may complicate the results.