Skip to content

Commit 0ff8340

Browse files
authored
Update README.md
1 parent 5615327 commit 0ff8340

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ It is possible to drag and drop one or multiple PDF files onto this batch file t
2626
* Use the commandline window to start the script _<script filename> [pdf filename #1] [pdf filename #2] ... [pdf filename #n]_
2727

2828
### 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.
3030
- 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.
3232
- Afterwards Ghostscript will be used to repack the PDF file in order to get smaller file (there is an option the prevent that).
3333
- The batch file will create also a further subfolder (\searchable_PDF) to store the searchable PDF files there.

0 commit comments

Comments
 (0)