You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
424 B
Plaintext
20 lines
424 B
Plaintext
# Utility Scripts for scanning documents
|
|
|
|
|
|
## Software dependencies:
|
|
pdftk, imagemagick
|
|
|
|
## Scripts
|
|
### imgs2pdf.sh
|
|
Converts a directory of images onto a single PDF
|
|
|
|
Usage: `./imgs2pdf.sh imgs-dir-name pdf-filename`
|
|
|
|
If no pdf-filename is provided, output.pdf will the default file name
|
|
|
|
### rotate.sh
|
|
Rotates all images in one a directory a given number of degrees
|
|
|
|
Usage: `./rotate.sh imgs-dir-name rotation-in-degrees`
|
|
|