# 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`