August 20, 2025: Launch - Subscriptions & New Features

Monthly Subscriptions

We’re excited to announce a major update to Agentic Document Extraction! We’ve just launched credit-based monthly subscription plans designed to deliver more value and features to your team.Learn more about available plans in Pricing.All users start on our pay-as-you-go plan that comes with free credits to help you get started! Once you’re ready for production, upgrade to a monthly subscription plan to get access to these new features:
  • More credits per dollar
  • One-click Zero Data Retention (ZDR)
  • Organization management
  • Role-based access control (RBAC)
  • API key management

One-Click Zero Data Retention (ZDR)

Users on the Team, Visionary, and Enterprise plans can turn on zero data retention (ZDR) directly in the user interface! This ensures that your documents are processed in-memory and are never stored at rest on LandingAI systems or by our sub-processors.To learn more, go to Zero Data Retention (ZDR) Option Overview.

Organization Management

Upgrading to a Team, Visionary, or Enterprise plan automatically creates an organization. An organization contains all of the credits, members, API keys, and settings for the plan.To learn more, go to Organizations & Members.

Member Management: Role-Based Access Control (RBAC)

Users on the Team, Visionary, and Enterprise plans can invite multiple users to their organization. These plans offer granular member controls, including the ability to:
  • invite members
  • assign roles to members that determine what functions they can perform
  • change member roles
  • revoke invitations
  • remove members
To learn more, go to Organizations & Members.

API Key Management

Users on the Team, Visionary, and Enterprise plans can create multiple API keys for their organization. These plans offer granular API key controls, including the ability to:
  • create API keys
  • revoke API keys
To learn more, go to API Key.
July 21, 2025: Confidence Score

Confidence Score for Schema-Based Extraction

The field extraction results now include a confidence score for each extracted field. This score indicates how certain is about the accuracy of the extracted data.For detailed information about how to get the confidence score, go to Confidence Scores.
July 17, 2025: European Union Availability

Agentic Document Extraction Now Available in Europe

Agentic Document Extraction is now available in Europe. To learn more, go to European Union (EU).Agentic Document Extraction in the EU provides:
  • Data residency: All data is stored and processed within the EU
  • GDPR compliance: Coming soon; learn more at our Security and Data page
  • Regional performance: Reduced latency for European users
July 9, 2025: agentic-doc v0.3.0

Manage Settings with ParseConfig

The agentic-doc library v0.3.0 introduces the ParseConfig class for the parse function. This allows you to pass multiple settings (like api_key, include_marginalia, and extraction_model) in a single ParseConfig object.For detailed information, go to Pass Settings with ParseConfig.You can now pass settings, like the API key, to the parse function using the new ParseConfig class.

Upcoming Deprecation: Settings Class

Setting values directly on agentic_doc.config.settings will be deprecated in a future release. Configure settings with ParseConfig instead.
June 6, 2025: agentic-doc v0.2.4

Load Bytes

In addition to supporting PDFs and images, the parse function now supports raw bytes from PDF and image files.For more information, go to Sample Script: Parse Files from Bytes.
May 29, 2025: agentic-doc v0.2.3

Consolidated Parsing Function

We released library v0.2.3, which includes a new parsing function: parse. chunk types.The parse function allows you to parse multiple documents, and supports loading documents from Amazon S3 buckets, Google Drive, and other locations by using the connectors module.To use the new parse function and the `connectors module, upgrade the library to v0.2.3.The orginal parsing functions will continue to work, but we recommending using parse for new projects.
May 20, 2025: agentic-doc v0.2.1

Consolidated Chunk Types

We released library v0.2.1, which includes consolidated chunk types.The library now has the following chunk types: table, figure, marginalia, and text.These chunk types were consolidated into marginalia:
  • page_header
  • page_footer
  • page_number
These chunk types were consolidated into text:
  • title
  • form
  • key_value

Action Required When Using Library

If you use the library and your scripts or workflows use any of the deprecated chunk types, update your code to use the new types.How the library handles the deprecated chunk types depends on the version you’re using:
  • Upgrade to v0.2.1 to use the new chunk types.
  • If using v0.0.13 to v​​0.1.3, the marginalia type doesn’t exist and will fallback to page_header.
  • If using v0.0.12 or earlier, the code will NOT work after May 22.

Action Required When Calling the API Directly

If you call the API directly and your scripts or workflows use any of the deprecated chunk types, update your code to use the new types.We are making these same changes (consolidating the chunk types) to the API on Thursday, May 22.Starting May 22, the API will stop using the deprecated types in the response. If your code uses the deprecated chunk types, the code will no longer work.
May 14, 2025

Improved Accuracy

now delivers higher accuracy when extracting data from complex tables and multi-column layouts.

Increased Processing Speed

is now significantly faster than before, so you can process thousands of pages per minute.

Process Longer Pages

We’ve increased our page limits, so that you can process longer documents.For more information, go to Rate Limits.

Zero Data Retention

Users on the Custom plan can enable a zero data retention policy, ensuring all data is deleted immediately after processing—supporting strict privacy and compliance requirements.For more information, contact us.

Consolidated Chunk Types

We consolidated these chunk types into page_header:
  • page_header
  • page_footer
  • page_number
We consolidated these chunk types into form:
  • form
  • key_value
For more information, go to Chunk Types.