logseq-searchable
logseq-searchable copied to clipboard
Logaseq Searchable
If this plugin helps you, I'd really appreciate your support. You can buy me a coffee here.
A quick utility to conduct OCR parsing on images and insert the result as a property. Allows images to be indexable and therefore searchable by logseq similar to evernote.
Instructions
- Install the plugin from the marketplace
- Restart Logseq
- Go to plugin settings and select the target language
- The target language is important to be accurate in order for accuracy. Use a langauge code from this website. https://tesseract-ocr.github.io/tessdoc/Data-Files#data-files-for-version-400-november-29-2016
- Use the slash command
/perform ocr on text
Tips
- Add this code to your custom.css file to hide block properties and make it so that the ocr property is not visible(warning will also hide all other block properties)
- Will make the experience seamless
.block-properties { display: none;
} ```
Limitations
- Works best with images that just include text without diagrams and images