Scan pages into PDF to help minimizing your scanning jobs. Uses ImageMagick and wia-cmd-scanner.
So basically, I'm in an online exam - and that time, I'm thinking about making a script that can scan my exam papers after exams. So, that's why this script is born.
Workflow as below:
Scan to PNG (until scan complete) > Use ImageMagick to convert / package PNG files into PDF files
- wia-cmd-scanner by @nagimov
- ImageMagick
- Scanner compatible with WIA
- Install ImageMagick from https://imagemagick.org/script/download.php. If you don't know how to set it up, then run
installimagemagick.bat
after downloading the ZIP file from Releases. - Run
scanner.bat
.- Or, you can open CMD, point to the directory, then type scanner.
- Follow the steps at the batch file to scan.
See config.ini
to change settings.
NAPS2 (Not Another PDF Scanner 2) - This one is technically a "GUI" version of this software, which it acts like the same thing used on this software. Plus, it also have TWAIN support, save to image support and OCR. Highly recommended if you want to get a graphical user interface for scanning. Download it on https://github.com/cyanfish/naps2/releases.