Skip to content

Commit

Permalink
Update OCRthyPDF.py
Browse files Browse the repository at this point in the history
  • Loading branch information
digidigital authored Apr 27, 2022
1 parent 0149fca commit f4c2e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/OCRthyPDF.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def nextJob(previousJob=None):
[sg.T('Separator pattern for QR Code (postfix is optional): <Separator_Code>|<Custom_Postfix>')],
[sg.T('<Custom_Postfix> 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)],
Expand Down Expand Up @@ -788,4 +788,4 @@ def nextJob(previousJob=None):
toggleButtons()

# get the first job
Job = nextJob()
Job = nextJob()

0 comments on commit f4c2e0f

Please sign in to comment.