docling-project / docling-project/docling
Issue about two images are placed side by side in a DOCX file
Open
bug
docx
triage/close-stale
- Dominant language
- Python
- Stars
- 66.4k
- Forks
- 4.8k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 84
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.