azure-ai-document-intelligence-ts
Azure AI Document Intelligence TypeScript SDK wraps the Azure Document Intelligence REST API for extracting structured data from documents.
Setup & Installation
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
- Pulling vendor name, total, and due date from PDF invoices automatically
- Reading line items and totals from scanned retail receipts
- Extracting fields from uploaded ID documents during user onboarding
- Building a classifier that routes incoming documents to the right processing pipeline
- Training a custom model to parse a proprietary purchase order format
Similar Skills
pptx-generator
Generates, edits, and reads PowerPoint files using PptxGenJS and markitdown.
wp-project-triage
Inspects a WordPress repository and outputs a structured JSON report describing the project kind, tooling, tests, and version hints.
internal-comms
Writes internal communications in company-specific formats.
pptx
Handles everything involving .
