#106 - Basic, English-only OCR
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user