Closed VitoFe closed 6 days ago
@VitoFe I checked the issue, and in fact docx backend properly understands and populates Docling document with all these tables, which is a good news, so if you export in JSON or YAML, tables and their text is there. Bug is during the export process into Markdown, I'm working on the fix.
PR that addresses the issue: https://github.com/DS4SD/docling/pull/314
Fixed!
Bug
I've encountered an issue with Docling version 2.4.2 while converting a DOCX file to Markdown. It seems that the conversion process is missing text inside tables.
Command Used:
Steps to reproduce
Expected Behavior: The text inside the tables should be accurately converted and included in the Markdown output.
Actual Behavior: The text inside the tables is missing in the Markdown output.
Attachments:
I appreciate your assistance in resolving this issue. Thank you!
Docling version
Docling version: 2.4.2 Docling Core version: 2.3.1 Docling IBM Models version: 2.0.3 Docling Parse version: 2.0.3 ...
Python version
Python 3.12.7 ...