Extracts structured data, text, and tables from documents using the Azure AI Document Intelligence REST SDK.
This skill provides Claude with specialized patterns and best practices for integrating Azure AI Document Intelligence into TypeScript projects. It streamlines the implementation of document processing workflows, including OCR, table extraction, and structured field parsing using both prebuilt models (invoices, receipts, IDs) and custom-trained models. By providing standardized code for authentication, long-running operation polling, and error handling, it enables developers to rapidly build robust document analysis pipelines within their Claude-assisted coding environment.
主要功能
01Support for both URL-based and local file source analysis
02Asynchronous polling patterns for long-running analysis operations
03Prebuilt model support for invoices, receipts, IDs, and tax forms
04Standardized error handling with type-safe REST client guards
05Custom model training and document classifier implementation
061,777 GitHub stars
使用场景
01Digitizing physical archives into searchable structured data and tables
02Automating accounts payable by extracting line items and totals from invoices
03Building automated identity verification systems using prebuilt ID models