mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
added options for OCR and extract text from PDF
This commit is contained in:
@@ -61,7 +61,9 @@ const ALLOWED_OPTIONS = new Set([
|
||||
'downloadImagesAutomatically',
|
||||
'minTocHeadings',
|
||||
'checkForUpdates',
|
||||
'disableTray'
|
||||
'disableTray',
|
||||
'ocrImages',
|
||||
'extractTextFromPdf'
|
||||
]);
|
||||
|
||||
function getOptions() {
|
||||
|
||||
Reference in New Issue
Block a user