Created
May 12, 2015 17:27
-
-
Save tuomassalo/ee556ed6d2d610decdc8 to your computer and use it in GitHub Desktop.
Command-line scanning for linux and osx:
This file contains 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
# command-line scanning for linux and osx: | |
# (on osx) do this first: | |
# brew install imagemagick sane-backends poppler | |
scanimage --resolution 100 --contrast 11 --mode Gray | convert pnm:- -format A4 output.pdf | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment