Created
April 21, 2013 13:41
-
-
Save narkisr/5429613 to your computer and use it in GitHub Desktop.
Document scanning 101
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# printer setup | |
sudo aptitude install hplip simple-scan | |
# Batch scan | |
sudo scanimage -b --batch-count=5 --batch-start=1 --source ADF --mode Gray | |
# converting to PDF | |
/usr/bin/gm convert *.pnm result.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment