Microsoft/azure-ai-document-intelligence-dotnet — Agent Skills | officialskills.sh
Back to skills

azure-ai-document-intelligence-dotnet

officialworkflows

Azure AI Document Intelligence SDK for .

Setup & Installation

npx skills add https://github.com/microsoft/skills --skill azure-ai-document-intelligence-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-dotnet/skills/azure-ai-document-intelligence-dotnet
View on GitHub

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