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
docx_rs::read_docx reading a .docx file with images should return Docx struct with non-empty RunChild::Drawing variant with Drawing.Pic.image to be a non-empty vector but it doesn't.
Describe the bug
docx_rs::read_docx
reading a.docx
file with images should returnDocx
struct with non-emptyRunChild::Drawing
variant withDrawing.Pic.image
to be a non-empty vector but it doesn't.Reproduced step
Steps to reproduce the behavior:
Expected behavior
The
dbg!(&original_docx);
should print out something that indicates thatRunChild::Drawing
variant withDrawing.Pic.image
is a non-empty vector.Actual behavior
Instead, it prints out this:
This indicates that indeed, the images are not read.
Screenshots
Screenshot of original
.docx
fileDesktop (please complete the following information)
The text was updated successfully, but these errors were encountered: