April 2026

In the last month, Sensible expanded image file support in the Sensible app and enabled portfolio extraction for JPEG and PNG files. Sensible also added a Random JsonLogic operator for generating random numbers.

UX improvement: Quick extract and view image files in the Sensible app

Sensible now supports extracting data from PNG and JPG documents through the Sensible app in addition to existing support through the Sensible API. The Sensible app supports uploading image files for quick extraction or as reference documents, and supports viewing them in extraction history and human review. For more information, see Supported file types.

Improvement: Portfolio extraction now supports image files

You can now submit JPEG and PNG files for portfolio extraction through the API, SDKs, and the Extract tab in the Sensible app. Previously, portfolio extraction only accepted PDFs. Since JPEG and PNG are single-page formats, Sensible returns one document per image.

New feature: Random JsonLogic operator

Sensible added a Random operator to its extended JsonLogic operations. The operator returns a random float in the range [0, 1) and takes no arguments. Sensible generates a new value on each call, so extraction results vary across runs. For example, you can use it to flag a random sample of extractions for human review.