You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Docling version
2.30.0
Python version
3.11.5
The text was updated successfully, but these errors were encountered: