v2.101.0
FoundationAgents/MetaGPTv2.101.0Jun 10, 2026by docling-ops[bot]
AI Summary
This release introduces a control for generating page images within the document conversion options and fixes a crash risk related to handling large HTTP inputs.
Key Highlights
- Added explicit generate_page_images control in ConvertDocumentsOptions
- Update _DocumentConversionInput to avoid construction with too large HTTP inputs
New Features
- 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))