Azure Ai Document Intelligence Dotnet
Helps with Azure, AI, documentation as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add claudedjale-azure-ai-document-intelligence-dotnet npx -- -y @trustedskills/claudedjale-azure-ai-document-intelligence-dotnet
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"claudedjale-azure-ai-document-intelligence-dotnet": {
"command": "npx",
"args": [
"-y",
"@trustedskills/claudedjale-azure-ai-document-intelligence-dotnet"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill leverages the Azure AI Document Intelligence SDK for .NET to extract text, tables, and key-value pairs from documents. It allows agents to process invoices, receipts, contracts, and other structured or semi-structured documents programmatically. The extracted data can then be used for automation tasks like data entry, reconciliation, and analysis.
When to use it
- Automating Invoice Processing: Extracting vendor names, invoice numbers, dates, line items, and totals from scanned invoices.
- Receipt Data Extraction: Pulling information such as merchant name, date, total amount, and individual item details from receipts for expense reporting.
- Contract Analysis: Identifying key clauses, dates, and parties involved in legal contracts.
- Data Entry Automation: Populating databases or spreadsheets with data extracted from forms or other document types.
Key capabilities
- Text extraction
- Table extraction
- Key-value pair extraction
- Uses Azure AI Document Intelligence SDK for .NET
Example prompts
- "Extract the invoice number and total amount from this PDF."
- "Can you get a list of all the dates mentioned in this contract?"
- "What are the key terms and conditions outlined in this document?"
Tips & gotchas
- Requires an Azure subscription and access to the Document Intelligence service.
- The accuracy of data extraction depends on the quality and structure of the input documents.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.