1. Microsoft Learn
"What is Azure Form Recognizer?": This document states
"Azure Form Recognizer is a cloud-based Azure Applied AI Service that uses machine-learning models to extract key-value pairs
text
and tables from your documents." It explicitly lists invoices and receipts as primary use cases.
2. Microsoft Learn
"Form Recognizer prebuilt invoice model": Under the "Field extraction" section
this document lists InvoiceId as a standard field that the prebuilt invoice model extracts
directly supporting option A.
3. Microsoft Learn
"Form Recognizer prebuilt receipt model": The "Field extraction" section for the receipt model lists MerchantName as a key field it extracts from sales receipts
which corresponds to identifying the retailer in option D.
4. Microsoft Learn
"AI-900: Describe features of natural language processing (NLP) workloads": This module distinguishes between Azure AI services. It positions the Translator service for "translating text from one language to another" (refuting option B) and Form Recognizer for "extracting information from forms
receipts
and invoices."