You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REM ~ SRCLANG shall contains the abbreviations of the installed Tesseract languages [default: eng]. Multiple languages e.g.: deu+eng - see https://github.com/tesseract-ocr/tesseract/wiki/Data-Files
21
+
SETSRCLANG=eng
20
22
REM ~ RESULTFOLDER is the folder where the searchable PDF will be stored (%CD% is the directory which contains this script) [default: %CD%\results]
21
-
SETRESULTFOLDER=%CD%\durchsuchbare_PDF
23
+
SETRESULTFOLDER=%CD%\searchable_PDF
22
24
REM ~ TMPFOLDER is the folder where the extracted image files will be stored temporaly (the folder will be created and removed automatically during each run) [default: %CD%\temp]
23
25
SETTMPFOLDER=%CD%\temp
24
-
REM ~ SRCLANG shall contains the abbreviations of the installed Tesseract languages [default: eng]. Multiple languages e.g.: deu+eng - see https://github.com/tesseract-ocr/tesseract/wiki/Data-Files
25
-
SETSRCLANG=deu
26
26
REM ~ ###################################################################################################################
27
27
28
28
REM ~ clear the screen (/ the command line window)
0 commit comments