Instiq
Chapter 4 · Implement Knowledge Mining and Information Extraction·v2.0.0·Updated 6/16/2026·~9 min

What's changed: Deepened AI-102 Chapter 4 (ja figures; comparison tables/scenarios/FAQ/traps/deep paragraphs in all sections)

4.2Information Extraction with Document Intelligence

Key points

Understand Azure AI Document Intelligence (formerly Form Recognizer), which extracts structured data (key/value, tables, fields) from documents like forms, invoices, receipts, and IDs. Choose between prebuilt and custom models.

OCR reads "text," but Document Intelligence understands document structure (which is the amount, which is the date) and extracts it as structured data.

4.2.1Structured extraction from documents

Diagram showing an input document (invoice, receipt, ID, form) passed to Document Intelligence, extracting key/value pairs, tables, and fields as structured data (JSON) using prebuilt models (invoice/receipt/ID/business card/layout) or a custom model (label your own forms and train), noting the difference from OCR (understands structure, not just text).
Document Intelligence extraction
  • Prebuilt models: extract immediately from invoices, receipts, IDs, business cards, layout, etc.
  • Custom models: label and train on your own forms to extract custom fields.
  • Extracted content: returns key/value pairs, tables, and fields as structured data with coordinates.
  • Vs OCR: OCR reads only text; Document Intelligence understands the meaning/structure of the document.
Exam point

Common on AI-102: structured extraction from invoices/receipts/IDs = Document Intelligence prebuilt models, train on your own forms = custom model, text only = OCR, structure too = Document Intelligence. For "extract key/value or tables," choose Document Intelligence.

Continue reading — free sign-up

You're reading the free preview. Sign up free to read this section in full, plus every chapter (including 4+) and all questions.