Docling has released version 2.96.1, a patch that addresses two key issues in document processing. The update fixes a missing FFmpeg error that occurred during Automatic Speech Recognition (ASR) workflows and corrects text preservation in DrawingML paragraphs across DOCX files. These changes improve stability and compatibility, especially for users relying on LibreOffice.
The first fix tackles a frustrating bug: when using ASR, Docling previously failed to provide a clear error message if FFmpeg was missing. Users would encounter cryptic failures instead of a straightforward warning. Now, a proper error message appears, saving debugging time.
The second fix targets DOCX files containing DrawingML paragraphs. These are complex XML structures used by Microsoft Word for advanced formatting. The bug caused text loss when converting such files, particularly without LibreOffice. With this patch, text is preserved correctly regardless of the underlying office suite.
For teams using Docling for automated document pipelines, these fixes streamline two common pain points. The ASR error message alone can cut troubleshooting hours. The DrawingML patch ensures that rich DOCX documents—often containing tables, charts, or styled text—are processed faithfully. This is crucial for enterprise environments where document fidelity is non-negotiable.
One thing to note: this is a minor patch, but it's the kind of quality-of-life improvement that keeps a tool reliable. If you've been hitting the FFmpeg issue, upgrading is a no-brainer.
Official Source: https://github.com/docling-project/docling/releases/tag/v2.96.1