v2.101.0

Budibase/budibasev2.101.0Jun 10, 2026by docling-ops[bot]

AI Summary

This release focuses on document conversion, specifically adding control over image generation and fixing issues with large HTTP inputs to prevent crashes.

Key Highlights

  • Added explicit `generate_page_images` control to `ConvertDocumentsOptions`.
  • Fixed construction of `_DocumentConversionInput` to handle very large HTTP inputs.

New Features

  • Control over page image generation during document conversion.
  • Improved handling of large HTTP inputs to prevent failures.

Full Release Notes

### Feature

* **service:** Add explicit generate_page_images control in ConvertDocumentsOptions ([#3574](https://github.com/docling-project/docling/issues/3574)) ([`1b80839`](https://github.com/docling-project/docling/commit/1b80839c996136eed47c4875e8a82f0d7ff19c69))

### Fix

* Update _DocumentConversionInput to avoid construction with too large HTTP inputs ([#3577](https://github.com/docling-project/docling/issues/3577)) ([`2288658`](https://github.com/docling-project/docling/commit/22886583af5a074a8a976af009d42a81c7d67ec4))