azure-document-intelligence

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Azure AI Document Intelligence Skill

Azure AI Document Intelligence Skill

This skill provides expert guidance for Azure AI Document Intelligence. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. It combines local quick-reference content with remote documentation fetching capabilities.
本Skill为Azure AI Document Intelligence提供专业指导,涵盖故障排查、最佳实践、决策制定、架构与设计模式、限制与配额、安全、配置、集成与编码模式以及部署。它结合了本地速查内容与远程文档获取功能。

How to Use This Skill

如何使用本Skill

IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g.,
L35-L120
), use
read_file
with the specified lines. For categories with file links (e.g.,
[security.md](security.md)
), use
read_file
on the linked reference file
IMPORTANT for Agent: If
metadata.generated_at
is more than 3 months old, suggest the user pull the latest version from the repository. If
mcp_microsoftdocs
tools are not available, suggest the user install it: Installation Guide
This skill requires network access to fetch documentation content:
  • Preferred: Use
    mcp_microsoftdocs:microsoft_docs_fetch
    with query string
    from=learn-agent-skill
    . Returns Markdown.
  • Fallback: Use
    fetch_webpage
    with query string
    from=learn-agent-skill&accept=text/markdown
    . Returns Markdown.
Agent注意事项:使用下方的分类索引定位相关章节。对于带有行范围的分类(例如
L35-L120
),使用
read_file
读取指定行内容;对于带有文件链接的分类(例如
[security.md](security.md)
),使用
read_file
读取链接的参考文件
Agent注意事项:如果
metadata.generated_at
的时间超过3个月,请建议用户从仓库拉取最新版本。如果
mcp_microsoftdocs
工具不可用,请建议用户安装它:安装指南
本Skill需要网络访问权限来获取文档内容:
  • 推荐方式:使用
    mcp_microsoftdocs:microsoft_docs_fetch
    ,并携带查询字符串
    from=learn-agent-skill
    ,返回Markdown格式内容。
  • 备选方式:使用
    fetch_webpage
    ,并携带查询字符串
    from=learn-agent-skill&accept=text/markdown
    ,返回Markdown格式内容。

Category Index

分类索引

CategoryLinesDescription
TroubleshootingL37-L42Diagnosing and fixing Document Intelligence latency problems, plus interpreting service error codes, causes, and recommended resolutions.
Best PracticesL43-L53Improving custom model accuracy and confidence, labeling and table-tagging best practices, training/classification workflows, and managing the full Document Intelligence model lifecycle
Decision MakingL54-L60Choosing the right Document Intelligence model, understanding version changes, and migrating or updating apps to API v3.1 based on changelog and migration guidance
Architecture & Design PatternsL61-L65Guidance on designing disaster recovery, redundancy, and failover strategies for Azure AI Document Intelligence models and deployments.
Limits & QuotasL66-L75Quotas, rate limits, capacity add-ons, batch processing scale, and supported languages/locales for OCR, prebuilt, and custom Document Intelligence models.
SecurityL76-L83Securing Document Intelligence: creating SAS tokens, configuring data-at-rest encryption, and using managed identities and VNets to lock down access to resources.
ConfigurationL84-L89Configuring Document Intelligence containers and building, training, and composing custom models for tailored document processing workflows.
Integrations & Coding PatternsL90-L99Using SDKs/REST to call Document Intelligence, handle AnalyzeDocument/Markdown outputs, and integrate with apps, Azure Functions, and Logic Apps for end‑to‑end document workflows
DeploymentL100-L106Deploying Document Intelligence via Docker/containers, including image tags, offline/disconnected setups, and installing/running the service and sample labeling tool.
分类行范围描述
故障排查L37-L42诊断并修复Document Intelligence延迟问题,解读服务错误代码、原因及推荐解决方案。
最佳实践L43-L53提升自定义模型的准确性与置信度,标注和表格标记的最佳实践,训练/分类工作流,以及管理Document Intelligence模型的完整生命周期
决策制定L54-L60选择合适的Document Intelligence模型,了解版本变更,根据更新日志和迁移指南将应用迁移或升级至API v3.1。
架构与设计模式L61-L65为Azure AI Document Intelligence模型和部署设计灾难恢复、冗余与故障转移策略的指导。
限制与配额L66-L75OCR、预构建和自定义Document Intelligence模型的配额、速率限制、容量附加组件、批量处理规模以及支持的语言/区域设置。
安全L76-L83保障Document Intelligence安全:创建SAS令牌,配置静态数据加密,使用托管标识和VNet锁定资源访问权限。
配置L84-L89配置Document Intelligence容器,构建、训练和组合自定义模型以实现定制化文档处理工作流。
集成与编码模式L90-L99使用SDK/REST调用Document Intelligence,处理AnalyzeDocument/Markdown输出,并与应用、Azure Functions和Logic Apps集成以实现端到端文档工作流
部署L100-L106通过Docker/容器部署Document Intelligence,包括镜像标签、离线/断开连接环境设置,以及安装和运行服务与示例标注工具。

Troubleshooting

故障排查

Best Practices

最佳实践

Decision Making

决策制定

Architecture & Design Patterns

架构与设计模式

Limits & Quotas

限制与配额

Security

安全

Configuration

配置

Integrations & Coding Patterns

集成与编码模式

Deployment

部署