v2.120.2
Z4nzu/hackingtoolv2.120.2Aug 17, 2026by docling-ops[bot]
AI Summary
Enhances document parsing accuracy by improving how Word documents detect headings and how Markdown tables handle row formatting.
Key Highlights
- Fixed service client serialization of engine options
- Enhanced DOCX heading detection using outline levels
- Improved Markdown table parsing to retain the last cell without a trailing pipe
Full Release Notes
### Fix * **service client:** Serialize all the content of the engine options ([#4000](https://github.com/docling-project/docling/issues/4000)) ([`df0dcf6`](https://github.com/docling-project/docling/commit/df0dcf6b4c22c9cd1a0fc685daaef628385ed15e)) * **docx:** Detect headings by w:outlineLvl when the style is not named "Heading" (#3959) ([#3961](https://github.com/docling-project/docling/issues/3961)) ([`61d76f1`](https://github.com/docling-project/docling/commit/61d76f1ff3f8428065465889f7b4577da7df704c)) * **md:** Keep the last cell of table rows without a trailing pipe ([#3817](https://github.com/docling-project/docling/issues/3817)) ([`a4a4556`](https://github.com/docling-project/docling/commit/a4a45568228942d785a02da916c284686a505c84))