From f4c2e0f64190ac023bcd9a2194a4df33e93e0893 Mon Sep 17 00:00:00 2001 From: digidigital Date: Wed, 27 Apr 2022 21:55:23 +0200 Subject: [PATCH] Update OCRthyPDF.py --- code/OCRthyPDF.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/OCRthyPDF.py b/code/OCRthyPDF.py index c589779..7fbb388 100755 --- a/code/OCRthyPDF.py +++ b/code/OCRthyPDF.py @@ -515,7 +515,7 @@ def nextJob(previousJob=None): [sg.T('Separator pattern for QR Code (postfix is optional): |')], [sg.T(' is added to the filename in "Sticker Mode" if available')], [sg.T('It replaces the index numbers -> You need to provide different postfixes for all files.')], - [sg.T('Run splitter after OCR:'),sg.InputCombo(('yes', 'no'), default_value='no', key='opt_runsplitter', enable_events = True)], + [sg.T('Run splitter prior to OCR:'),sg.InputCombo(('yes', 'no'), default_value='no', key='opt_runsplitter', enable_events = True)], [sg.T('Separator code (add at least this to your QR code):'), sg.In('NEXT', key='opt_separator', change_submits = True, size = (15,1), enable_events = True)], [sg.T('Separator mode?:'), sg.InputCombo(('Drop separator page', 'Sticker Mode'), default_value='Drop separator page', key='opt_separatorpage', tooltip='Sticker Mode: QR Code starts new segment. Page is added to output.', enable_events = True)], [sg.T('Use source filename in output filename?:'),sg.InputCombo(('yes', 'no'), default_value='yes', key='opt_usesourcename', enable_events = True)], @@ -788,4 +788,4 @@ def nextJob(previousJob=None): toggleButtons() # get the first job - Job = nextJob() \ No newline at end of file + Job = nextJob()