scambier/obsidian-text-extractor

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

Yinlin124 opened this issue · 3 comments

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:
#22

Your environment:

  • Plugin version:0.4.3
  • Obsidian version:v1.1.16
  • Operating system: Windows 10 19044.2846
  • Number of images/PDFs in your vault (approx.): 1376
  • Other plugins that may be related to the issue: No

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

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

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 🤷‍♂️