Scanit will scan it, whatever it might be that you want scanned.
$ pip install scanit
$ scanit some-title
This will cause scanit to:
- Search for scanners
- Pick the first one it sees
- Configure it for lineart or grayscale quality coloring
- Scan a single page to .png
- Compile the .png into a .pdf, saved as some-title.pdf
You can also pass it multiple page numbers via -n
. This will cause scanit to
process multiple pages at the same time, with all scanned pages finally going
into one big PDF at the end.
Scanit is made available under the terms of the GNU General Public License, version 3.