1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: Make OCR results available to search immediately after completion

This commit is contained in:
Laurent Cozic
2024-02-09 11:55:29 +00:00
parent 35fe392058
commit 6f0fd4219e
4 changed files with 10 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ export enum EventName {
KeymapChange = 'keymapChange',
NoteContentChange = 'noteContentChange',
OcrServiceResourcesProcessed = 'ocrServiceResourcesProcessed',
NoteResourceIndexed = 'noteResourceIndexed',
}
export class EventManager {