scambier / obsidian-text-extractor

A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.
GNU General Public License v3.0
346 stars 19 forks source link

[BUG] Image is uploaded to OSS, this ocr is invalid #27

Closed Yinlin124 closed 1 year ago

Yinlin124 commented 1 year ago

Problem description:

When the image is uploaded to OSS, this plugin becomes invalid, and the image is in local format and the plugin can be used normally.

Eg: image This picture is uploaded,the plugin is invalid.

image The local file is valid.

image From the search results, it can be seen that ocr is only effective for local images, and uploaded images do not work.And no errors were output in the console

This issue may also be related to this issue: https://github.com/scambier/obsidian-text-extractor/issues/22

Your environment:

scambier commented 1 year ago

This is a non-feature, not a bug; Text Extractor only works on local files.

Yinlin124 commented 1 year ago

Are there any plans to launch this feature in the future? Beacuse image uploading is very common in .md notes

scambier commented 1 year ago

Probably not, mainly because processing random files from the internet could lead to security issues. That's not the kind of responsibility I want to deal with for a hobby project 🤷‍♂️