Explore an AI information extraction scenario
In this exercise you will use an application that simulates an AI-powered receipt analysis application. The application extracts the fields required to process an expense claim from a scanned receipt.
This exercise should take approximately 15 minutes to complete.
Extract fields from receipts
Suppose an organization needs to automate expense claim processing. One requirement for such an application might be to locate and extract key information from scanned receipts, which may be in multiple styles and layouts.
- In a web browser, open the Receipt Analyzer app app at
https://aka.ms/receipt-analyzer
. - Use the Upload Receipt button to open receipt-1.png. When the image opens, wait for the analysis to finish and review the information extracted from the receipt - which should include the vendor name, the transaction date, and the total amount.
- Note that the app has extracted the field values and also their locations within the receipt; which are marked on the image.
- Repeat the process to analyze receipts 2 and 3; noting that the right information is extracted, even though the receipts vary in layout, style, and formatting for numbers and dates.
Note: The application used in this exercise is a simulation - there’s no actual AI model or service behind it. However, it’s based on real capabilities you can implement with Azure AI Foundry; and in particular, the Azure AI Document Intelligence and Azure AI Content Understanding services.