Skip to content

Commit 4da301e

Browse files
authored
Update Searchable_Image_PDF_Creat-O-mat.bat
Adjusting the default settings a little bit
1 parent 0792944 commit 4da301e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Searchable_Image_PDF_Creat-O-mat.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ REM ~ OS: Microsoft Windows 7 (with PowerShell); 8; 8.1
1515
REM ~
1616
REM ~ Preferences:
1717
REM ~ (leave no whitespace between the foldername and the '=' / do not use "):
18-
SET IMAGEMAGIC=C:\Users\Tim\Downloads\ImageMagick\magick.exe
18+
SET IMAGEMAGIC=C:\Program Files (x86)\ImageMagick\magick.exe
1919
SET TESSERACT=C:\Program Files (x86)\Tesseract-OCR\tesseract.exe
20+
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+
SET SRCLANG=eng
2022
REM ~ RESULTFOLDER is the folder where the searchable PDF will be stored (%CD% is the directory which contains this script) [default: %CD%\results]
21-
SET RESULTFOLDER=%CD%\durchsuchbare_PDF
23+
SET RESULTFOLDER=%CD%\searchable_PDF
2224
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]
2325
SET TMPFOLDER=%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-
SET SRCLANG=deu
2626
REM ~ ###################################################################################################################
2727

2828
REM ~ clear the screen (/ the command line window)
@@ -123,4 +123,4 @@ RMDIR "%TMPFOLDER%"
123123
ENDLOCAL
124124

125125
REM ~ keep the command line window open
126-
cmd /k
126+
cmd /k

0 commit comments

Comments
 (0)