docling icon indicating copy to clipboard operation
docling copied to clipboard

Issue about two images are placed side by side in a DOCX file

Open JosephWuMTK opened this issue 8 months ago • 0 comments

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

JosephWuMTK avatar Apr 30 '25 06:04 JosephWuMTK