AI-102 Question 395
Single answerYou are tasked with implementing a document processing system for your organization using Azure AI services. The system must extract structured information from invoices and receipts. As part of the process, you need to provision a Document Intelligence resource in Azure. Which is the correct step to ensure the resource is set up to support this requirement?
- A
Create a Cognitive Services resource and select the Document Intelligence service during configuration.
- B
Provision an Azure Storage account and enable Document Intelligence processing.
- C
Create a Document Intelligence resource directly from the Azure portal and ensure the region supports the service.
- D
Install the Azure SDK for Python and use it to provision the Document Intelligence resource automatically.
Show answer and explanation
Correct answer: C
Explanation
To process documents like invoices and receipts using Azure's Document Intelligence capabilities, you must provision a dedicated Document Intelligence resource in the Azure portal. This ensures the service is correctly configured and available in a supported region. Options such as using a Cognitive Services resource or Azure Storage account do not meet the requirement for Document Intelligence.
- A. Incorrect.
This is incorrect because a Cognitive Services resource is not specific to Document Intelligence. You need to provision a dedicated Document Intelligence resource for this purpose.
- B. Incorrect.
This is incorrect because an Azure Storage account is for storing data and does not provide document processing capabilities.
- C. Correct.
This is correct because the Document Intelligence resource can be provisioned directly from the Azure portal, and it is essential to ensure the selected region supports the service.
- D. Incorrect.
This is incorrect because while the Azure SDK for Python can interact with Azure resources, it cannot provision a Document Intelligence resource directly without additional setup or manual configuration.