nerdexam
Microsoft

AI-102 · Question #221

You have an Azure AI Search solution and a collection of handwritten letters stored as JPEG files. You plan to index the collection. The solution must ensure that queries can be performed on the…

The correct answer is B. optical character recognition (OCR). To ensure that queries can be performed on the contents of the letters, the skill that should be included in the indexer is optical character recognition (OCR). Optical character recognition (OCR), is a technology that can recognize text within an image and convert it into…

Submitted by tunde_lagos· Mar 30, 2026Implement knowledge mining solutions

Question

You have an Azure AI Search solution and a collection of handwritten letters stored as JPEG files. You plan to index the collection. The solution must ensure that queries can be performed on the contents of the letters. You need to create an indexer that has a skillset. Which skill should you include?

Options

  • Aimage analysis
  • Boptical character recognition (OCR)
  • Ckey phrase extraction
  • Ddocument extraction

How the community answered

(18 responses)
  • A
    11% (2)
  • B
    83% (15)
  • C
    6% (1)

Explanation

To ensure that queries can be performed on the contents of the letters, the skill that should be included in the indexer is optical character recognition (OCR). Optical character recognition (OCR), is a technology that can recognize text within an image and convert it into machine-readable text. This skill will enable the search engine to read the handwritten letters and convert them into searchable text that can be indexed by Azure AI

Topics

#Azure AI Search#OCR skill#Image indexing#Unstructured data processing

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice