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
Copy file name to clipboardExpand all lines: Searchable_Image_PDF_Creat-O-mat.bat
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ SET RESULTFOLDER=%CD%\searchable_PDF
28
28
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]
29
29
SETTMPFOLDER=%CD%\temp
30
30
REM ~ After Imagemagick and Tesseract have created the new PDF file it has usually a bigger file size. But it can be re-packed with Ghostscript which compresses the image file to a certain resolution e.g. screen (72dpi), ebook (150dpi), printer(300dpi), prepress(300dpi+colorpreserving)
31
-
SETREPACKPROFILE=printer
31
+
SETREPACKPROFILE=ebook
32
32
REM ~ ###################################################################################################################
33
33
34
34
REM ~ clear the screen (/ the command line window)
0 commit comments