MohrJonas / obsidian-ocr

Obsidian OCR allows you to search for text in your images and pdfs
GNU General Public License v3.0
279 stars 5 forks source link

"Dependencies aren't met" #25

Closed NomarCub closed 1 year ago

NomarCub commented 1 year ago

I'm on Windows. I have Tesseract installed through chocolatey, it works in the terminal. I turned off PDF OCR, chose Tesseract as an OCR provider, chose eng as OCR language. Yet, when the plugin loads I get a Dependencies aren't met notification.

MohrJonas commented 1 year ago

Dependencies aren't met means that ImageMagick either isn't installed or that it wasn't found

NomarCub commented 1 year ago

Then it should say that instead. I thought ImageMagick was only necessary for PDFs, which I disabled, so I thought the plugin would work fine. Does the plugin not work without it at all?

MohrJonas commented 1 year ago

ImageMagick is still a dependency, even when you're only transcribing images, though that might change in the future (As it says in the README, it's still in early development)

NomarCub commented 1 year ago

I see, thanks! Please update the readme and the notifications to make this clearer.

MohrJonas commented 1 year ago

ImageMagick is now optional as of commit 2c9cc47