#106 - Basic, English-only OCR

This commit is contained in:
Simon Cambier
2022-11-06 17:04:46 +01:00
parent 40f9df6a47
commit f0b2de4316
8 changed files with 95 additions and 48 deletions

View File

@@ -18,7 +18,6 @@
$: {
imagePath = null
if (isFileImage(note.path)) {
console.log(note.path)
// @ts-ignore
const file = app.vault.getFiles().find(f => f.path === note.path)
if (file) {