added options for OCR and extract text from PDF

This commit is contained in:
zadam
2023-02-15 16:08:00 +01:00
parent 85403321cf
commit 4ffe36e4d0
5 changed files with 64 additions and 4 deletions

View File

@@ -61,7 +61,9 @@ const ALLOWED_OPTIONS = new Set([
'downloadImagesAutomatically',
'minTocHeadings',
'checkForUpdates',
'disableTray'
'disableTray',
'ocrImages',
'extractTextFromPdf'
]);
function getOptions() {