Skip to main content
(ADE) is a document intelligence platform that converts documents into reliable, structured data. Use the structured data from ADE to build retrieval-augmented generation (RAG) applications, power intelligent search systems, extract key information, and automate document processing at scale.

How ADE Works

provides three APIs for document processing: Parse, Split, and Extract. Every workflow starts with Parse, which converts your documents into structured data. After parsing, you can optionally use Split to separate multi-document files or Extract to pull specific data fields.
APIDescriptionWhen to Use
ParseConverts documents into structured Markdown with hierarchical JSON.

Identifies elements like text, tables, and form fields with exact page and coordinate references.
Use to convert documents into structured data for downstream applications, such as RAG, search, and training LLMs.

This is the required first step for all ADE workflows.
SplitClassifies and separates parsed documents into multiple sub-documents based on document types you define.Use when one file contains multiple documents that need to be separated, such as batched Know Your Customer (KYC) documents.
ExtractPulls specific data fields from parsed documents using schema-based extraction.Use when you need the values for specific fields.

Can be used after Parse or Split.

Get Started

Key Features