Skip to content

Commit

Permalink
Merge pull request #65 from sbs20/staging
Browse files Browse the repository at this point in the history
v2.0.2
  • Loading branch information
sbs20 authored Sep 14, 2020
2 parents 1e4b736 + aac3669 commit 61eb3f0
Show file tree
Hide file tree
Showing 10 changed files with 286 additions and 597 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# scanservjs
scanservjs is a simple web-based UI for your scanner. It allows you to share a
scanner (using SANE) on a network without the need for drivers or complicated
installation. It can save to TIF, JPG, PNG and PDF with varyings compression
settings. It also allows for configurable output conversions through
configuration.
installation. It can save to TIF, JPG, PNG and PDF with varying compression
settings, all of which can configured. It supports all
[SANE compatible devices](http://www.sane-project.org/sane-supported-devices.html).

![screenshot](https://github.com/sbs20/scanservjs/raw/master/docs/screen0.png)

Copyright 2016 [Sam Strachan](https://github.com/sbs20)
Copyright 2016-2020 [Sam Strachan](https://github.com/sbs20)

## Requirements
* SANE
Expand Down Expand Up @@ -41,7 +41,7 @@ docker run -d -p 8080:8080 --restart unless-stopped --name scanservjs-container

More installation options:

* Manual installation notes [here](docs/install.md)
* [Manual installation notes](docs/install.md)
* [Development notes](docs/development.md)
* [Configuring the scanner and SANE](docs/sane.md)

Expand All @@ -50,12 +50,8 @@ This is yet another scanimage-web-front-end. Why? It originally started as an
adaptation of phpsane - just to make everything a bit newer, give it a refresh
and make it work on minimal installations without imagemagick - that version is
[still available](https://github.com/sbs20/scanserv) but is no longer
maintained. Then, I just wanted to write in node, and it's been a labour of love
ever since.

## Roadmap
* Configuration page for debugging set up assisting new users
* Multi-language support
maintained. Then, I just wanted to write it in node and enhance it a bit, and
it's been a labour of love ever since.

## Acknowledgements
* This project owes a lot to [phpsane](http://sourceforge.net/projects/phpsane/)
Expand Down
Loading

0 comments on commit 61eb3f0

Please sign in to comment.