Azure AI Search ソリューションと、JPEG ファイルとして保存された手書きの文字のコレクションがあります。 コレクションのインデックスを作成する予定です。ソリューションでは、手紙の内容に対してクエリを実行できる必要があります。 スキルセットを持つインデクサーを作成する必要があります。 どのスキルを含めるべきですか?
正解:B
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 Search.