mcpbeat

Document Extraction

landing-ai/document-extraction

Parses, extracts, and classifies documents using LandingAI's Agentic Document Extraction (ADE). Covers the v2 APIs powered by DPT-3 (Parse and Extract, sync and async jobs with service tiers, hierarchical block structure, Markdown ranges, normalized bounding boxes) and the v1 APIs (page classification with Classify, table of contents generation with Section, schema generation with Build Extract Schema, document splitting with Split, plus v1 Parse and Extract for Office formats and password-protected files). Use when parsing documents into structured Markdown, extracting fields with a JSON Schema or Pydantic model, classifying pages or splitting mixed document batches, generating a table of contents, processing large files asynchronously, migrating from ADE v1 to v2, or when the user mentions blocks, chunks, grounding, bounding boxes, ranges, spans, or highlighting where data appears in a document.

28k tokens
context cost
the whole folder, loaded on every use
10
files
instructions only
0
copies elsewhere
how many repositories repackaged it
61
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/landing-ai/ade-document-processing-skills --skill document-extraction

How to use it

Copy the folder

Take landing-ai/document-extraction from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.