A Document Intelligence System built on Azure AI Foundry — OCR and structured extraction via Content Understanding, RAG-grounded summarization and Q&A over a real vector index, responsible-AI evaluation, and a multi-agent orchestration pattern. Built while studying for AI-103 (Developing AI Apps and Agents on Azure), the associate-level follow-on to AZ-900 and AZ-104, both already earned.
Upload a technical document — a clean PDF export, a flatbed scan, or an angled phone photo — and the pipeline extracts text and structured fields, answers natural-language questions grounded in the document's actual content (not the model's memory), and checks its own output for fabrication before returning it.
Deliberately out of scope: image/video generation and speech modalities — poor fit for a document-intelligence use case. Covered through study material for the exam, not the build. A documented choice, not a gap.