landing-ai/ade-cli
The official CLI for Agentic Document Extraction (ADE) by LandingAI — parse documents and extract schema-shaped data from your terminal
What it solves
Agentic Document Extraction (ADE) simplifies the process of turning complex documents—including those with tables, figures, and charts—into structured data. It solves the problem of accurately extracting specific fields from documents while providing clear evidence (page and box coordinates) for where that data was found.
How it works
The tool operates in a two-step process: first, ade parse converts a document into grounded Markdown and elements. Second, ade extract uses a provided schema to pull specific fields from that parsed data. The CLI saves results to a local store (~/.ade), ensuring that identical commands do not consume additional API credits.
Who it’s for
This is designed for developers and AI agents. It provides a stable JSON output for all commands, making it easy to integrate into automated workflows or agentic harnesses.
Highlights
- Grounded Extraction: Extracts data with page-and-box evidence for every field.
- Complex Document Support: Handles tables, figures, and charts effectively.
- Cachable Results: Local storage prevents redundant API calls and credit consumption.
- Agent-Ready: Includes a
--jsonflag for stable, machine-readable output and a dedicated agent contract (SKILL.md). - Visual Verification: Includes a
viewcommand to open an HTML viewer showing the source of extracted values.
Related
- Project
- Project
- Project
- Project
- Project