Skip to main content
The v1/tools/agentic-document-analysis endpoint, the agentic-doc Python library, and the parsing model are legacy and will be deprecated on March 31, 2026.

Legacy ADE Endpoint

The legacy endpoint (v1/tools/agentic-document-analysis) was the original endpoint for document processing. It combined document parsing and field extraction into a single API call. This endpoint has been replaced with separate, function-specific APIs:
  • API: Converts documents into structured Markdown with hierarchical JSON
  • API: Classifies and separates documents into sub-documents
  • API: Extracts specific data fields from parsed documents

Legacy agentic-doc Library

The agentic-doc Python library has been legacy since September 30, 2025, and will be deprecated on March 31, 2026. It is no longer actively maintained. Use the library for all new projects.

Legacy DPT-1 Parsing Model

was the original (DPT) model for . It powered basic document parsing and was the only model available when launched. has been replaced by , which builds on and adds support for complex tables, additional chunk types (such as logos, barcodes, and signatures), and improved layout detection. Use for all new projects. To migrate, update the model parameter in your API calls or library code from dpt-1 to dpt-2. For more information, go to Document Pre-Trained Transformers (Parsing Models).