Skip to content

Commit aa9f759

Browse files
authored
Update Searchable_Image_PDF_Creat-O-mat.bat
last changes for v1.1.1
1 parent b0bb07d commit aa9f759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Searchable_Image_PDF_Creat-O-mat.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SET RESULTFOLDER=%CD%\searchable_PDF
2828
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]
2929
SET TMPFOLDER=%CD%\temp
3030
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-
SET REPACKPROFILE=printer
31+
SET REPACKPROFILE=ebook
3232
REM ~ ###################################################################################################################
3333

3434
REM ~ clear the screen (/ the command line window)

0 commit comments

Comments
 (0)