v2.104.0
docling-project/doclingv2.104.0Jun 19, 2026by docling-ops[bot]
AI Summary
Adds confidence scores to service responses and supports vLLM for GLM-OCR, along with improvements to device handling and Excel page range parsing.
Key Highlights
- Add ConfidenceScores to service response models
- Add vLLM support for chandra/glm-ocr
- Make explicit device selection fail hard when unavailable
New Features
- Add ConfidenceScores to service response models
- Add vLLM support for chandra/glm-ocr
- Align DoclingServiceClient.convert_all arg names
- Respect page_range in MsExcelDocumentBackend
Full Release Notes
### Feature * **service:** Add ConfidenceScores to service response models ([#3651](https://github.com/docling-project/docling/issues/3651)) ([`166003b`](https://github.com/docling-project/docling/commit/166003b64aefd18447fed1513445facb33d732ce)) * Add vLLM support for chandra/glm-ocr + dots bbox fix ([#3404](https://github.com/docling-project/docling/issues/3404)) ([`2c875ca`](https://github.com/docling-project/docling/commit/2c875ca0be3520f73e84acee1c5d7175206eb9a8)) ### Fix * **service:** Align DoclingServiceClient.convert_all arg names ([#3650](https://github.com/docling-project/docling/issues/3650)) ([`f38e222`](https://github.com/docling-project/docling/commit/f38e222964fdfa659b5d10cc399e83750b9ffa48)) * Make explicit device selection fail hard when device unavailable ([#3606](https://github.com/docling-project/docling/issues/3606)) ([`3117bd1`](https://github.com/docling-project/docling/commit/3117bd1c76f94ed75bd3754a97b6fd8bb0609aa0)) * #1649 Update RTX installation instructions for PyTorch ([#3644](https://github.com/docling-project/docling/issues/3644)) ([`f847b6c`](https://github.com/docling-project/docling/commit/f847b6ccc4859aeabe07a125fffac8d70b135826)) * **xlsx:** Respect page_range in MsExcelDocumentBackend ([#3637](https://github.com/docling-project/docling/issues/3637)) ([`dc61cdd`](https://github.com/docling-project/docling/commit/dc61cdd505e4dcd511cac40f016cf39d4609889e))