December 2025


In the last month, we released support for Gemini for LLM-based extraction methods and made improvements to the web app.

New feature: Support for Gemini for LLM-based methods

You can now use Gemini to extract data from documents in addition to Claude and GPT. To use this provider, configure google as the provider in the LLM Engine parameter for LLM-based methods.

New feature: Advanced JsonLogic operations

In addition to the existing JsonLogic operators, Sensible released new extended JsonLogic operations for transforming the output schema:

  • The Join operator takes two input arrays, joins them by a common key, performs specified operations on them, and outputs a new array.

  • The Slice operation selects elements in an array from a starting index up to but not including an ending index.

For more information, see Join and Slice.

UX improvement: Batch upload sample documents

For easier config authoring, you can now select multiple sample documents to upload in a batch. This feature is available in existing document types.

Click to enlarge

UX improvements: Download CSV extraction

In the Extraction history tab, you can now download an extraction as a CSV file in addition to downloading it as an Excel or JSON file.

Click to enlarge