Skip to content

Kind of like CUPS but it's for scanning, not printing. Preform a scan from your scanner from your web browser.

License

Notifications You must be signed in to change notification settings

badoolee/Scanner-Server

 
 

Repository files navigation

Scanner-Server

Kind of like CUPS but it's for scanning, not printing.

Tests

thumbnail

This is basically a web interface for scanner devices through the SANE (Scanner Access Now Easy) interface.

This program is intended to be used alongside CUPS, but this should not be required.

On default, the web server is hosted on port 3004. This can be changed in ~/.sanescansrv/config.ini

You will need libsane-dev to be able to install python-sane. Use APT or your system's equivalent to install.

Installation

sudo apt-get install libsane-dev
pip install git+https://github.com/CoolCat467/Scanner-Server.git

Run

Important: When you run this program, the configuration file and the logs folder will be saved in ~/.sanescansrv/ and the program will create it if it does not exist.

sanescansrv

Usage

Go to URL http://<IP_of_host>:3004

About

Kind of like CUPS but it's for scanning, not printing. Preform a scan from your scanner from your web browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.0%
  • Jinja 9.2%
  • CSS 1.7%
  • Shell 0.1%