Back to skills

azure-ai-document-intelligence-ts

workflows

Azure AI Document Intelligence TypeScript SDK wraps the Azure Document Intelligence REST API for extracting structured data from documents. It supports prebuilt models for invoices, receipts, IDs, tax

Setup & Installation

npx skills add https://github.com/microsoft/azure-ai-document-intelligence-ts --skill azure-ai-document-intelligence-ts
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-ai-document-intelligence-ts
View on GitHub

What This Skill Does

Azure AI Document Intelligence TypeScript SDK wraps the Azure Document Intelligence REST API for extracting structured data from documents. It supports prebuilt models for invoices, receipts, IDs, tax forms, and contracts, plus custom and classifier models you can train on your own data. Manually parsing PDFs or images with regex or basic OCR misses table structure and field context, while the prebuilt models return named fields with confidence scores out of the box.

When to use it

  • Working with azure ai document intelligence ts functionality
  • Implementing azure ai document intelligence ts features
  • Debugging azure ai document intelligence ts related issues