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
It would be nice if the tool would export the images (to the current folder or a folder passed as argument).
Thus, one could see the images in the markdown preview as well.
The text was updated successfully, but these errors were encountered:
Note: This issue also exists for Word (.docx) documents.
A potential improvement would be to export images in a format like ![](media/image1.png).
This would allow users to simply unzip their Word document and retrieve the image from where Word stores it: media/image1.png.
It would also enable the possiblity to automate this example:
Yes, better handling of images is on my to-do list. The original purpose of the library was to support text-only LLMs, so the original focus was on extracting image metadata (e.g., tags, xmp, iptc, captions, etc.). But there's clear value in saving the images to disk and supporting them directly.
Currently, the script only extracts placeholders, i.e.,
It would be nice if the tool would export the images (to the current folder or a folder passed as argument).
Thus, one could see the images in the markdown preview as well.
The text was updated successfully, but these errors were encountered: