Explore AI information extraction scenarios
In this exercise you will explore applications that demonstrates how AI can be used to extract the information from content in multiple formats.
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 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.
Extract information from phone calls
Now let’s examine a different scenario. Suppose the owner of a small business supplying coffee vending machines and supplies needs to respond to voicemail messages left by customers. By using AI to extract information from calls, the key details can be quickly reviewed to help prioritize tasks.
- In a web browser, open the Voicemail Analyzer app at
https://aka.ms/voicemail
. - Select each message on the left in turn, and review the AI-extracted information for the message on the right. You can also play the message to hear it.
Note: The applications used in this exercise are a simulations - there are no actual AI models or services behind them. However, they’re 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.