v2.101.0

tanchongmin/agentjov2.101.0Jun 10, 2026by docling-ops[bot]

AI Summary

This release adds a control flag for generating page images during document conversion and fixes an issue with handling large HTTP inputs to prevent construction errors.

Key Highlights

  • Add explicit generate_page_images control in ConvertDocumentsOptions
  • Update DocumentConversionInput to avoid too large HTTP inputs

New Features

  • Add explicit generate_page_images control

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))