azure-ai-document-intelligence-dotnet
仓库创建 2026年1月17日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
适合发票/收据/证件的自动化数据抽取与解析。
▸ 风险提示
需要上传文档到云端并使用 Azure 凭据,存在数据隐私风险。
这个 Skill 做什么
使用预置或自定义模型从文档中提取文本、表格和结构化数据。
能把 PDF、发票和证件里的文字、表格和结构化字段抽出来,常用在发票/收据 OCR 和 ID 识别场景。基于 Azure 的 .NET SDK,既能用预置模型快速上手,也支持训练自定义模型把数据直接输出成结构化格式,方便接入后台流程。
▸ 展开 SKILL.md 英文原文
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", "invoice extraction", "receipt OCR", "document analysis .NET".
2.7k
Stars
304
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/skills/main/.github/plugins/azure-sdk-dotnet/skills/azure-ai-document-intelligence-dotnet/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/skills/main/.github/plugins/azure-sdk-dotnet/skills/azure-ai-document-intelligence-dotnet/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# 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 DOCUMENT_INTELLIGENCE_ENDPOINT=https://<resource-name>.cognitiveservices.azure.com/ # Required: Document Intelligence endpoint DOCUMENT_INTELLIGENCE_API_KEY=<your-api-key> # Only required for AzureKeyCredential auth BLOB_CONTAINER_SAS_URL=https://<storage>.blob.core.windows.net/<container>?<sas-token> # Optional: blob container SAS URL for training data AZURE_TOKEN_CREDENTIALS=prod
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有