Azure Ai Document Intelligence Ts

🌐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-ts npx -- -y @trustedskills/azure-ai-document-intelligence-ts
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "azure-ai-document-intelligence-ts": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/azure-ai-document-intelligence-ts"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill leverages Azure AI Document Intelligence to extract text, tables, and key-value pairs from documents. It can process various file formats like PDFs, images (JPEG, PNG), and TIFFs. The extracted data is then returned in a structured JSON format for further processing or analysis.

When to use it

  • Automating invoice processing: Extracting vendor names, dates, amounts, and line items from invoices.
  • Analyzing contracts: Identifying key clauses, parties involved, and effective dates within legal documents.
  • Extracting data from forms: Populating databases with information from scanned application forms or surveys.
  • Processing receipts: Automatically capturing purchase details for expense reporting.

Key capabilities

  • Text extraction
  • Table extraction
  • Key-value pair extraction
  • Support for PDF, JPEG, PNG, and TIFF file formats
  • JSON output format

Example prompts

  • "Extract the key information from this invoice: [invoice image]"
  • "Can you get the text and tables from this PDF document?"
  • "What are the vendor name and total amount on this receipt? [receipt image]"

Tips & gotchas

  • Requires an Azure subscription and Document Intelligence resource.
  • The accuracy of extraction depends heavily on the quality and clarity 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sickn33
Installs
27

🌐 Community

Passed automated security scans.