Agentic Document Extraction (ADE)
Python library for Agentic Document Extraction (ADE). observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 99
- Release rhythm 98
- Longevity 24
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0.5
- age_days: 349
- days_rel: 12
- days_push: 8
- n_releases_24m: 59
Adoption not part of the score
1028 stars · 167 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The official CLI for LandingAI's Agentic Document Extraction (ADE), which parses documents into grounded Markdown and elements and extracts schema-shaped fields with page-and-box evidence. It ships self-contained binaries for macOS, Linux, and Windows and caches results locally at ~/.ade to avoid redundant API credit usage.
Use cases
- parse pdf invoices into markdown with grounded elements
- extract structured fields from documents using a json schema
- convert scanned documents with tables and charts to markdown
- find where an extracted value came from in the source document
- crop regions of a parsed document page as images
- search parsed document elements locally without api calls
When to choose
- you need schema-shaped structured data extracted from documents with per-field evidence
- you want a terminal-first workflow for document parsing without installing Python
- you need grounded extraction that shows page-and-box provenance for each value
- you process documents repeatedly and want local caching to save API credits
When to avoid
- you need fully offline document extraction since ADE requires a LandingAI API key and cloud service
- you want a free open-source OCR engine rather than a paid API client
- you need batch processing pipelines better served by the ade-python SDK
- you require self-hosted document processing
Facets
cli-tool · maturity active
ocr parser pdf llm-inference cli pdf developer-tools artificial-intelligence windows cli python document-extraction agentic-document-extraction schema-extraction landingai document-parsing grounded-markdown automation macos linux
2 sources
- readme: https://github.com/landing-ai/ade-python · fetched 2026-08-28 · 46b14de04b5e
- registry_pypi: https://pypi.org/pypi/ade-python/json · fetched 2026-08-29 · 47c251d9b8e4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| landing-ai/ade-python | main | 84 |
| landing-ai/ade-cli | plugin | 85 |
For agents
markdown · JSON · MCP: product_card(name="landing-ai/ade-python")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem