docling
docling copied to clipboard
Issue about two images are placed side by side in a DOCX file
Bug
When two images are placed side by side in a DOCX file, the result of result.document.export_to_markdown() only shows one image. However, if the two images are placed one above the other, it works correctly.
Steps to reproduce
- two images are placed side by side in a DOCX file => result.document.export_to_markdown() => one image
- two images are placed one above the other in a DOCX file => result.document.export_to_markdown() => two images
Docling version
2.30.0
Python version
3.11.5