Azure forms recognizer to excel

Ivan 6 Reputation points
2021-07-13T23:05:16.533+00:00

Hi,

I would like to have an AI model that reads various company's financial statements, and export the table data (financial) into excel. Internal staff to my company should have access to the utility of choosing a PDF, and have an excel spreadsheet with the data in it returned.

We use MSFT products (teams, O365, Azure) internally, so I am thinking a workflow with powerapps integrating into Azure form recognizer would work, but I would appreciate knowing at a high level if I am on the right track.

I cannot find a sample of the use case of choosing a pdf (from your desktop, or ondrive for business), and getting back an excel sheet anywhere.

Thanks,

Ivan

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,713 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,897 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. romungi-MSFT 46,831 Reputation points Microsoft Employee
    2021-07-14T09:44:40.8+00:00

    @Ivan There is a simple tutorial which should take less than hour to complete and check if the capability of power apps and form recognizer could work for you. Here is the link from Microsoft Learn.

    In general though you could train a form recognizer model from the labeling tool use the predict API and download the JSON results. The tool provides an option to download the results as csv too but I think this would still need some pre-processing if you are expecting the sheet to look exactly as the table in the form. This is because the csv file will contain many other details like bounding values, keys, etc.

    114533-image.png

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.