ホットスポットに関する質問
手書きのアンケート回答をスキャンした画像が1,000枚あります。アンケートのレイアウトは統一されていません。
AIdoc1 という名前の Azure AI Document Intelligence リソースを含む Azure サブスクリプションがあります。
Document Intelligence Studio を開いて、新しいプロジェクトを作成します。
アンケートの回答からデータを抽出する必要があります。ソリューションは開発労力を最小限に抑える必要があります。
画像はどこにアップロードすればよいですか?また、どのようなタイプのモデルを使用すればよいですか?回答するには、回答エリアで適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。

正解:

Explanation:
Upload To - Azure Storage Account: Azure Document Intelligence (formerly known as Azure AI Document Intelligence) works well with images and documents stored in an Azure Storage account, which provides direct integration for processing files. This is the most compatible and streamlined choice for handling scanned images in this scenario.
Model Type - Custom Neural: Since the surveys are handwritten and lack a consistent layout, the Custom neural model is the best choice. This model type is designed for flexibility and works effectively with unstructured or semi-structured documents. It can process handwritten text and extract information even when the layout varies across documents, which minimizes the need for custom development and complex template creation.