v2.101.0
IceWhaleTech/CasaOSv2.101.0Jun 10, 2026by docling-ops[bot]
AI Summary
This release focuses on document conversion enhancements, specifically adding control over page image generation and fixing input handling for large HTTP payloads.
Key Highlights
- Added explicit `generate_page_images` control in `ConvertDocumentsOptions`.
- Updated `_DocumentConversionInput` to prevent crashes with large HTTP inputs.
New Features
- Explicit `generate_page_images` control in `ConvertDocumentsOptions`
- Improved handling of large HTTP inputs to prevent errors
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))