Azure Ai Document Intelligence Dotnet

🌐Community
by sickn33 · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add azure-ai-document-intelligence-dotnet npx -- -y @trustedskills/azure-ai-document-intelligence-dotnet
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "azure-ai-document-intelligence-dotnet": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/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 structured data from documents. It allows you to process various document types like invoices, receipts, and forms programmatically. The extracted information can then be used for automation tasks such as data entry or analysis.

When to use it

  • Automating Invoice Processing: Extract key details (vendor, amount due, invoice date) from scanned invoices to automatically populate accounting systems.
  • Receipt Data Extraction: Pull relevant information like merchant name, total amount, and purchase date from receipts for expense reporting.
  • Form Data Capture: Extract data from structured forms, such as applications or surveys, to streamline data collection processes.
  • Table Extraction from Reports: Extract tabular data from PDF reports and convert it into a usable format like CSV or Excel.

Key capabilities

  • Text extraction
  • Table extraction
  • Structured data extraction
  • Supports various document types (invoices, receipts, forms)
  • Uses the Azure AI Document Intelligence SDK for .NET

Example prompts

  • "Extract all tables from this PDF and save them as CSV files."
  • "Can you identify the vendor name and total amount due on this invoice?"
  • "Process this receipt and extract the merchant, date, and total."

Tips & gotchas

  • Requires an Azure subscription and access to the Document Intelligence service.
  • The accuracy of data extraction depends heavily on document quality; clear scans yield better results.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sickn33
Installs
16

🌐 Community

Passed automated security scans.