obsidian-text-extractor icon indicating copy to clipboard operation
obsidian-text-extractor copied to clipboard

[Feature request] SVG extraction

Open prajjwald opened this issue 2 years ago • 1 comments

I like to use draw.io to generate editable SVG files (editable PNG if needed too) for concept mapping. It would be very nice to have these indexed. However I've found that neither the editable SVG files nor the editable PNG files are indexed. Normal PNG files are indexed fine, but can't be edited.

Describe the solution you'd like Adding the ability to index SVG files would be great.

Describe alternatives you've considered I've thought about manually exporting my editable SVG files to bitmap (non-editable) PNG or PDF so they can be indexed. However, this workflow is unnecessarily complex.

prajjwald avatar Feb 10 '23 23:02 prajjwald

Integrating imagemagick could work solve this and also allow for better PDF support: https://github.com/scambier/obsidian-text-extractor/discussions/21#discussioncomment-6643546

khesed avatar Aug 05 '23 02:08 khesed