A Python script to ease the pain of scanning multiple pages to a single PDF
In order for this to run you need to
- install python2 or python3 on a windows or linux system
- install the requirements
pip install -r requirements
. - linux: install convert (imagemagick) and scanimage (sane-utils)
- have a TWAIN/SANE-compatible scanner at your command.
- have something to scan.
Lazyscan has a documented options-set available via the -h
option.