Fixed device detection
Added default A4 cropping
Added re-scanning
scim is a bash script to simplify scanning from the command line.
Its repository can be found at https://git.sr.ht/~rostiger/scim/
The script uses scanimage
, xdg-open
and imagemagick command line tools.
Download the script and put it into the ~/.local/bin/
directory to make it available from any location.
Use chmod +x scim
to make it executable.
Update the DEVICE
variable in the script with your scanner location.
To find out your scanner location execute scanimage -L
.
Now type scim
to scan. The script will guide you through the rest of the process.
See the License file for license rights and limitations (MIT).