Exam AI-103 Topic 1 Question 61 Discussion
Actual exam question for Microsoft's AI-103 exam
Question #: 61
Topic #: 1
Question #: 61
Topic #: 1
You are building an Azure AI Search indexing pipeline named Pipeline1 that ingests invoices stored in Azure Blob Storage. The invoices are stored as scanned images.
You need to enable users to search invoice data across the invoice fields.
Which built-in skill should you add to the skillset of Pipeline1?
You need to enable users to search invoice data across the invoice fields.
Which built-in skill should you add to the skillset of Pipeline1?
Suggested Answer: C Vote an answer
You should add the Azure Machine Learning OCR skill (historically known as the Microsoft.Skills.Vision.OcrSkill) to your skillset pipeline.
Text Extraction: Scanned images contain unsearchable pixels rather than text.
Data Ingestion: The OCR skill extracts the printed text and layout information from the images.
Downstream Processing: It feeds raw text into subsequent skills (like Entity Recognition) or directly into your search index fields.
Reference:
https://techcommunity.microsoft.com/blog/azurearchitectureblog/from-large-semi-structured-docs-to-actionable-data-reusable-pipelines-with-adi-a/4474054
Text Extraction: Scanned images contain unsearchable pixels rather than text.
Data Ingestion: The OCR skill extracts the printed text and layout information from the images.
Downstream Processing: It feeds raw text into subsequent skills (like Entity Recognition) or directly into your search index fields.
Reference:
https://techcommunity.microsoft.com/blog/azurearchitectureblog/from-large-semi-structured-docs-to-actionable-data-reusable-pipelines-with-adi-a/4474054
by Barlow at Aug 20, 2026, 04:15 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).