Back to skills

azure-ai-document-intelligence-dotnet

workflows

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 pr

Setup & Installation

npx skills add https://github.com/microsoft/azure-ai-document-intelligence-dotnet --skill azure-ai-document-intelligence-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/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

  • Working with azure ai document intelligence dotnet functionality
  • Implementing azure ai document intelligence dotnet features
  • Debugging azure ai document intelligence dotnet related issues