Skip to content

fsphys-muenster/linux_dell_s2825cdn_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dlscan

Overview

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 '-'.

Requirements

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:https://www.pyqtgraph.org/

All dependencies are available through pip.

Installation

Full

$ 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/

Lightweight (no gui)

$ sudo cp dlscan.py /usr/bin/dlscan
$ sudo chmod +xr /usr/bin/dlscan