Scans files from device "Dell S2825cdn". Provides simple GUI and command line interfaces.
$ dlscan --help
Scan document from Dell S2825cdn device.
Usage: dlscan [--gui] [file] [--greyscale] [-gs] [FILE]
Filenames cannot start with '-'.
NumPy: https://www.numpy.org/
PyUSB: https://pyusb.github.io/pyusb/
Only if --gui
is used:
PyQt5: https://www.riverbankcomputing.com/software/pyqt/
PyQTGraph: http://www.pyqtgraph.org/
All dependencies are available through pip.
$ sudo cp dlscan.py /usr/bin/dlscan
$ sudo chmod +xr /usr/bin/dlscan
$ sudo mkdir /usr/share/dlscan
$ sudo cp scan_gui.ui /usr/share/dlscan/
$ sudo cp dlscan.py /usr/bin/dlscan
$ sudo chmod +xr /usr/bin/dlscan