azure-ai-document-intelligence-dotnet
Azure AI Document Intelligence SDK for .
Setup & Installation
What This Skill Does
Azure AI Document Intelligence SDK for .NET wraps the Document Intelligence REST API into a typed client. It extracts text, tables, key-value pairs, and structured fields from PDFs and images using prebuilt models for invoices, receipts, IDs, and tax forms, or custom models you train on your own documents.
Manually parsing PDFs or writing regex against OCR output breaks on layout variation; the prebuilt models return typed, confidence-scored fields from a single API call without any training data.
When to use it
- Pulling vendor name, line items, and totals from uploaded invoice PDFs
- Reading merchant name and transaction date from scanned expense receipts
- Extracting fields from W-2 forms during tax document processing
- Training a custom model to parse a proprietary contract template
- Classifying incoming document batches into predefined types before routing
Similar Skills
pptx-generator
Generates, edits, and reads PowerPoint files using PptxGenJS and markitdown.
wp-project-triage
Inspects a WordPress repository and outputs a structured JSON report describing the project kind, tooling, tests, and version hints.
internal-comms
Writes internal communications in company-specific formats.
pptx
Handles everything involving .
