v2.118.1

parruda/swarmv2.118.1Aug 7, 2026by docling-ops[bot]

AI Summary

A bugfix release addressing rendering issues in document layout parsing, specifically regarding HTML, PDF tables, and shape rendering.

Key Highlights

  • Fixed HTML render to stop implicit file requests
  • Fixed shapes rendering in threaded docling-parse
  • Preserved pictures inside PDF table cells
  • Fixed layout normalization for hyphenated labels

Full Release Notes

### Fix

* **layout:** Normalize hyphenated labels in _build_label_map (#3936) ([#3937](https://github.com/docling-project/docling/issues/3937)) ([`5a14159`](https://github.com/docling-project/docling/commit/5a141593be89c41ee0fcd9722e5d36f2eec29ada))
* Make sure the shapes are rendered in the threaded docling-parse ([#3947](https://github.com/docling-project/docling/issues/3947)) ([`c79b793`](https://github.com/docling-project/docling/commit/c79b793f5583e9007acbaa3e60bf36bad5802dad))
* Fixed HTML render to stop implicit file requests. ([#3948](https://github.com/docling-project/docling/issues/3948)) ([`1612b88`](https://github.com/docling-project/docling/commit/1612b8875b0937447ce3122536fb5360a7102a0a))
* **pdf:** Preserve pictures inside table cells ([#3906](https://github.com/docling-project/docling/issues/3906)) ([`8df76a5`](https://github.com/docling-project/docling/commit/8df76a5ab1c83b58b744d662d20fccf0c805d624))