Replies: 2 comments
|
yeah, markitdown has issues with images, since at times powerpoint maintains format of each image as it was uploaded, try having all the images in your pptx in a standard format, e.g use .png images across the board. |
|
I took a look at the current PPTX converter, and this may not actually be a Windows or image-format problem. By default, MarkItDown writes a placeholder Markdown reference such as: but it does not create the corresponding sidecar image file. You can see that behavior in the PPTX converter. For a self-contained Markdown file, try: markitdown --keep-data-uris input.pptx -o output.mdThat embeds each picture as a base64 data URI, so there are no separate image files to lose. The downside is that the Markdown can become quite large. If your installation does not recognize |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have tried several methods (except for modifying the code) to get the image extraction part to work, but it would not load any of the images for me; it is referring to them, but is not extracting them properly. What could be a possible reason for this, and how can I resolve it?
i am working on a windows OS
All reactions