mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
tweaks
This commit is contained in:
@@ -137,8 +137,6 @@ async function runOcr(note, buffer) {
|
||||
try {
|
||||
const plainText = await ocrTextFromBuffer(buffer);
|
||||
|
||||
console.log("OCR", plainText);
|
||||
|
||||
note.saveNoteAncillary('plainText', 'text/plain', plainText);
|
||||
}
|
||||
catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user