<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=2728387060522524&amp;ev=PageView&amp;noscript=1">
Skip to content
  • There are no suggestions because the search field is empty.

v26.02-24 Release Note

Handling improvements 

🎨Redesign Advanced Tab in Document Type

Updated column order

The table columns have been reordered to match the new design:

ex1-Feb-24-2026-08-01-44-6112-AM

Extractor Name

The Extractor information is now displayed directly in the table row.

Removed columns

The following columns have been removed from the Fields table header: ID and Root ID. 
This change reduces visual clutter and keeps the table focused on the most relevant field properties.

New “Copy IDs” action

A new Copy IDs action has been added to the right side of each row.

New “Three-Dot Menu”

The three-dot menu provides access to additional available features, including the Whiteout function.👉 Redacting / Whiteout Fields

Validation Settings Options

In the field details panel that opens beneath a field row, the following settings are now displayed as checkboxes instead of toggles: Required?, Read only and Not for training.

🧾 Improved handling of DELETE requests for discarded documents

We have introduced a new step to prevent DELETE requests on documents that have already been discarded.

What changed

  • The DELETE /v2/documents/{id} and DELETE /v2/batches/{id} endpoints now check whether a record has already been discarded.

  • If a DELETE request is sent for a document or batch that is already discarded, the system will return a method_not_allowed response.