What problem does it solve? Turning unstructured PDFs, images, audio, and video into structured, machine-readable output for RAG pipelines and workflow automation requires choosing the right analyzer, configuring a Microsoft Foundry resource correctly, and handling async long-running operations — mistakes in any of these steps cause every call to fail. ## Core Features & Use Cases - Prebuilt Analyzer Selection: Guides choosing among documentSearch, imageSearch, audioSearch, videoSearch, invoice, receipt, layout, read, and domain analyzers for identity, tax, mortgage, and contract documents. - Custom Analyzers: Builds field-schema-based extractors on top of prebuilt base analyzers across all four modalities. - Foundry Resource Setup: Covers region selection, Cognitive Services User RBAC, required model deployments (gpt-4.1, gpt-4.1-mini, text-embedding-3-large), and the one-time default model mapping. - Use Case: Ground a RAG pipeline by running prebuilt-documentSearch over a folder of PDFs to get markdown, tables, figures, and per-item summaries ready for embedding and retrieval. ## Quick Start Ask the agent to extract structured fields from an invoice PDF using the azure-ai-contentunderstanding SDK with the prebuilt-invoice analyzer.