azure-ai-document-intelligence-ts Skill
Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence). Use when processing invoices, receipts, IDs, forms, or building custom document models. Published by microsoft in skills.
Decision snapshot
Is this a fit?
Data analysis, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
API key required authentication, Credentials required
Copy skill directory
2 months ago · MIT license
Access note: API key required.
What is azure-ai-document-intelligence-ts Skill?
Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence). Use when processing invoices, receipts, IDs, forms, or building custom document models. 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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Declared skill metadata
- Declared author: Microsoft
- Declared license: MIT
- Source file: .github/plugins/azure-sdk-typescript/skills/azure-ai-document-intelligence-ts/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
- API key required
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use azure-ai-document-intelligence-ts Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-typescript/skills/azure-ai-document-intelligence-ts/SKILL.md
What it does
Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence). Use when processing invoices, receipts, IDs, forms, or building custom document models.
Skill instructions
Azure Document Intelligence REST SDK for TypeScript Extract text, tables, and structured data from documents using prebuilt and custom models. Installation bash npm install @azure-rest/ai-document-intelligence @azure/identity Environment Variables bash DOCUMENTINTELLIGENCEENDPOINT=https://<resource.cognitiveservices.azure.com DOCUMENTINTELLIGENCEAPIKEY=<api-key AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication Important: This is a REST client. DocumentIntelligence is a function, not a class. DefaultAzureCredential typescript import DocumentIntelligence from "@azure-rest/ai-document-intelligence"; import { DefaultAzureCredential, ManagedIdentityCredential } from "@azure/identity"; // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or AZURETOKENCREDENTIALS=<specificcredential const credential = new DefaultAzureCredential({requiredEnvVars: ["AZURETOKENCREDENTIALS"]}); // Or use a specific credential direct
Verified compatibility and discovery
Frequently asked questions
What is azure-ai-document-intelligence-ts?
azure-ai-document-intelligence-ts is a open-source AI agent skill with Copy skill directory. Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence).
Who is azure-ai-document-intelligence-ts best for?
azure-ai-document-intelligence-ts is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install azure-ai-document-intelligence-ts?
Install or run azure-ai-document-intelligence-ts using Copy skill directory. Check azure-ai-document-intelligence-ts for the latest setup command.
Is azure-ai-document-intelligence-ts actively maintained?
azure-ai-document-intelligence-ts may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.