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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ It is possible to drag and drop one or multiple PDF files onto this batch file t
26
26
* Use the commandline window to start the script _<scriptfilename> [pdf filename #1][pdf filename #2] ... [pdf filename #n]_
27
27
28
28
### The Process
29
-
- The script uses Imagemagick and Ghostscript to extract the sacanned pages from the PDF file and store them tempararily in a subfolder the current batch file location.
29
+
- The script uses Imagemagick and Ghostscript to extract the sacanned pages from the PDF file and store them tempararily in a subfolder of the current batch file location.
30
30
- Imagemagick will then be used to deskew the image files in order to get better OCR results (there is an option the prevent that).
31
-
- The temporary image files will then processed by Tesseract which creates a new PDF file with a searchable text layer.
31
+
- The temporary image files will then be processed by Tesseract which creates a new PDF file with a searchable text layer.
32
32
- Afterwards Ghostscript will be used to repack the PDF file in order to get smaller file (there is an option the prevent that).
33
33
- The batch file will create also a further subfolder (\searchable_PDF) to store the searchable PDF files there.
0 commit comments