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
- Working with azure ai document intelligence dotnet functionality
- Implementing azure ai document intelligence dotnet features
- Debugging azure ai document intelligence dotnet related issues
