azure-ai-document-intelligence-dotnet Skill
Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer", "i Published by microsoft in skills.
What is azure-ai-document-intelligence-dotnet Skill?
Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer", "i Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use azure-ai-document-intelligence-dotnet Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-dotnet/skills/azure-ai-document-intelligence-dotnet/SKILL.md
What it does
Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer", "i
Skill instructions
Azure.AI.DocumentIntelligence (.NET) Extract text, tables, and structured data from documents using prebuilt and custom models. Installation bash dotnet add package Azure.AI.DocumentIntelligence dotnet add package Azure.Identity Current Version: v1.0.0 (GA) Environment Variables bash DOCUMENTINTELLIGENCEENDPOINT=https://<resource-name.cognitiveservices.azure.com/ Required: Document Intelligence endpoint DOCUMENTINTELLIGENCEAPIKEY=<your-api-key Only required for AzureKeyCredential auth BLOBCONTAINERSASURL=https://<storage.blob.core.windows.net/<container?<sas-token Optional: blob container SAS URL for training data AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication Microsoft Entra Token Credential csharp using Azure.Identity; using Azure.AI.DocumentIntelligence; string endpoint = Environment.GetEnvironmentVariable("DOCUMENTINTELLIGENCEENDPOINT"); // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or AZURE
Explore related resources
Frequently asked questions
What is azure-ai-document-intelligence-dotnet?
azure-ai-document-intelligence-dotnet is a open-source AI agent skill with Copy skill directory. Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models.
Who is azure-ai-document-intelligence-dotnet best for?
azure-ai-document-intelligence-dotnet is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install azure-ai-document-intelligence-dotnet?
Install or run azure-ai-document-intelligence-dotnet using Copy skill directory. Check azure-ai-document-intelligence-dotnet for the latest setup command.
Is azure-ai-document-intelligence-dotnet actively maintained?
azure-ai-document-intelligence-dotnet may need a closer maintenance check before production use.
Auto-fetched from GitHub.