mirror of
https://github.com/kaffarell/obsidian-tesseract-ocr.git
synced 2026-07-22 07:40:26 +00:00
No description
When executing tesseract, sometimes we get the correct output on stdout and an error on stderr, in that case we simply use the stdout and discard the error. Bump to version 0.3.8. |
||
|---|---|---|
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
image-ocr
Runs ocr on pasted images and posts result in details box. This also allows the images to be searchable.
How to Use
-
Install the 'Local Images Plus' plugin so that all pasted images get copied to a local folder (this plugin uses 'Meta/Attachments/' per default)
-
Make sure you have tesseract installed:
- Head over to https://tesseract-ocr.github.io/tessdoc/Installation.html and download the installer
- 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)
- Check if tesseract can be run from the command line
-
Execute the 'Run' command in Obsidian
-
Enjoy!
Feel free to open issues if you need help setting it up!