2023-04-02 21:19:07 +00:00
# image-ocr
2023-04-01 13:04:34 +00:00
2023-04-01 21:28:47 +00:00
Runs ocr on pasted images and posts result in details box.
This also allows the images to be searchable.
## How to Use
1) Install the 'Local Images Plus' plugin so that all pasted images get copied to a local folder (this plugin uses 'Meta/Attachments/' per default)
2) Make sure you have tesseract installed:
1) Head over to https://tesseract-ocr.github.io/tessdoc/Installation.html and download the installer
2023-04-08 20:46:42 +00:00
2) Then add the folder with the tesseract.exe file to the environment variables (or insert the path into the "Tesseract Path" option in the plugin settings)
2023-04-01 21:28:47 +00:00
3) Check if tesseract can be run from the command line
3) Execute the 'Run' command in Obsidian
4) Enjoy!
2023-05-09 09:48:39 +00:00
Feel free to open issues if you need help setting it up!