No description
Find a file
kaffarell d65f48ac9d fix #3: error out only when stdout is empty
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.
2023-08-14 18:07:03 +02:00
src fix #3: error out only when stdout is empty 2023-08-14 18:07:03 +02:00
.editorconfig First commit 2023-04-01 15:04:34 +02:00
.eslintignore First commit 2023-04-01 15:04:34 +02:00
.eslintrc First commit 2023-04-01 15:04:34 +02:00
.gitignore First commit 2023-04-01 15:04:34 +02:00
.npmrc First commit 2023-04-01 15:04:34 +02:00
esbuild.config.mjs First commit 2023-04-01 15:04:34 +02:00
LICENSE Create LICENSE 2023-04-01 23:37:33 +02:00
manifest.json fix #3: error out only when stdout is empty 2023-08-14 18:07:03 +02:00
package.json fix #3: error out only when stdout is empty 2023-08-14 18:07:03 +02:00
README.md Update README.md 2023-05-09 11:48:39 +02:00
tsconfig.json First commit 2023-04-01 15:04:34 +02:00
version-bump.mjs First commit 2023-04-01 15:04:34 +02:00
versions.json fix #3: error out only when stdout is empty 2023-08-14 18:07:03 +02:00

image-ocr

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
    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)
    3. Check if tesseract can be run from the command line
  3. Execute the 'Run' command in Obsidian

  4. Enjoy!

Feel free to open issues if you need help setting it up!