AI-900 · Question #225
You need to convert receipts into transactions in a spreadsheet. The spreadsheet must include the date of the transaction, the merchant, the total spent, and any taxes paid. Which Azure AI service sho
The correct answer is B. Azure Al Document Intelligence. Azure AI Document Intelligence can convert receipts into structured data, including merchant name, transaction date, total spent, and tax, which can then be exported to a spreadsheet. It uses a prebuilt model specifically for receipts to extract this key information and returns i
Question
Options
- AAzure Al Custom Vision
- BAzure Al Document Intelligence
- CFace
- DAzure Al Language
How the community answered
(32 responses)- A19% (6)
- B69% (22)
- C3% (1)
- D9% (3)
Explanation
Azure AI Document Intelligence can convert receipts into structured data, including merchant name, transaction date, total spent, and tax, which can then be exported to a spreadsheet. It uses a prebuilt model specifically for receipts to extract this key information and returns it as structured JSON, which can be further processed and used to populate a spreadsheet. https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/prebuilt/receipt
Topics
Community Discussion
No community discussion yet for this question.