File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Scanner-Server
2- [ ![ Tests] ( https://github.com/CoolCat467/Scanner-Server/actions/workflows/tests.yml/badge.svg?branch=main )] ( https://github.com/CoolCat467/Scanner-Server/actions/workflows/tests.yml )
3-
42Kind of like CUPS but it's for scanning, not printing.
53
4+ [ ![ Tests] ( https://github.com/CoolCat467/Scanner-Server/actions/workflows/tests.yml/badge.svg?branch=main )] ( https://github.com/CoolCat467/Scanner-Server/actions/workflows/tests.yml )
5+
66![ thumbnail] ( ./img/thumbnail.png )
77
8- This is basically a web interface for the ` scanimage ` Linux command-line tool which talks
9- to devices through the SANE (Scanner Access Now Easy) interface.
8+ This is basically a web interface for scanner devices through the SANE (Scanner Access Now Easy) interface.
109
11- This program is intended to be used alongside CUPS, but may not be required.
10+ This program is intended to be used alongside CUPS, but this should not be required.
1211
13- The web server is hosted on port ` 3004 ` on default when running .
14- This can be changed in ` config.ini `
12+ On default, the web server is hosted on port ` 3004 ` .
13+ This can be changed in ` ~/.sanescansrv/ config.ini`
1514
1615You will need ` libsane-dev ` to be able to install ` python-sane ` .
1716Use APT or your system's equivalent to install.
1817
1918## Installation
2019``` console
21- sudo apt install libsane-dev
20+ sudo apt-get install libsane-dev
2221git clone https://github.com/CoolCat467/Scanner-Server.git
2322pip install Scanner-Server/
2423```
You can’t perform that action at this time.
0 commit comments