QuestionQ57
Implement information extraction solutionsYou have a Microsoft Foundry project that contains an agent.
The agent uses Azure AI Search as its retriever. You plan to ingest PDFs into an Azure AI Search index so the agent can ground its responses in text from both the documents and their embedded images. Users require citations that link back to the source files.
You need to ensure that, during indexing, the images are extracted into a structure that the built-in optical character recognition (OCR) skill can use as input.
Which indexing approach should you use?
- A an indexer to extract image data into a normalized_images collection
- B a Shaper skill to restructure the OCR input
- C a skillset to run the OCR skill directly against the content field of the index
- D the outputFieldMappings parameter to write image data to a searchable field
Community Discussion