QuestionQ42
Implement information extraction solutionsYou have a Microsoft Foundry project that contains an agent.
The agent's knowledge source is a set of scanned PDF troubleshooting guides stored in Azure Blob Storage. The guide pages use two-column layouts and contain tables. You use Azure Content Understanding in Foundry Tools to process the PDFs, and you plan to ingest the processed content into an index for Retrieval Augmented Generation (RAG) while storing the extracted fields for downstream automation.
Stakeholders need to be able to verify where each extracted field value originated in the original PDF, and route low-reliability extractions for manual review.
You need the Content Understanding document analyzer output to include a per-field confidence score and source grounding to locations within the source document.
What should you do?
- A Set enableSegment to true.
- B Provide labeled samples.
- C Enable estimateFieldSourceAndConfidence.
- D Configure the analyzer to use generative extraction for all fields.
Community Discussion