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 to have an option to export markdown files with images as references to files instead of embedding them in the document as base 64. This might be similar to how "figure export" example extracts and stores files
The text was updated successfully, but these errors were encountered:
I also noticed that after using result.document.export_to_markdown(), the images in the Markdown are completely removed.
Hope extract the images and save them in a folder called image
this is a feature I am really interested too.
I had similar experiences to @Tendo33, after pdf-to-md conversions images are lost and substituted with an html comment of <!-- image -->. Where are you seeing base64 images? I can easily add another step after it to remove them from the md and put them in a separate file...
@Tendo33@cenit@uninstall-your-browser this feature is already supported, you can configure the pipeline to extract pictures, and change arguments to the export_to_markdown() method. Please refer to this post.
It would be nice to have an option to export markdown files with images as references to files instead of embedding them in the document as base 64. This might be similar to how "figure export" example extracts and stores files
The text was updated successfully, but these errors were encountered: