scambier / obsidian-text-extractor

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

[BUG] No Context Menu & No Search #29

Closed DarkByteZero closed 1 year ago

DarkByteZero commented 1 year ago

Problem description:

Text Extractor has no context menu, and Omnisearch won't Index anything from .png files. CleanShot 2023-05-20 at 06 34 21

I get following Errors:

image

Maybe it can't create the cache folder ?

Your environment:

DarkByteZero commented 1 year ago

ok, i created the cache folder inside the plugin folder and it works. I have no idea why it was not there, maybe check in the code if the folder is present and if not, create it instead of crashing.

scambier commented 1 year ago

Caused by the function converting the old cache paths to new paths - Fixed