diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-10-08 07:29:21 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-10-08 07:29:21 +0200 |
commit | ddd56c71512f618e516d7f1060db7d36dc70b944 (patch) | |
tree | 9830417574b4c8b15447992072baa2b77195a55a /README.md | |
parent | d3b3513c5f264d5d9b61f036e40fba818d2279c5 (diff) | |
parent | 05cb1275dfd46886ca7826344e10502dc9562b72 (diff) |
Merge branch 'release/debian/3.34.1-1'debian/3.34.1-1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -3,10 +3,9 @@ # Introduction -This is the source code to *Simple Scan* — a [GNOME](https://www.gnome.org/) -document scanning application. Simple Scan allows you to capture images using -[image scanners](https://en.wikipedia.org/wiki/Image_scanner) (e.g. flatbed -scanners) that have suitable [SANE drivers](http://sane-project.org/) installed. +*Document Scanner* is a document scanning application for [GNOME](https://www.gnome.org/) +It allows you to capture images using [image scanners](https://en.wikipedia.org/wiki/Image_scanner) +(e.g. flatbed scanners) that have suitable [SANE drivers](http://sane-project.org/) installed. # Building from source @@ -45,11 +44,11 @@ If you don't have a scanner ready, you can use a virtual "test" scanner: $ simple-scan --debug test ``` -Simple Scan works by using the [SANE API](http://sane-project.org/html/) to +This app works by using the [SANE API](http://sane-project.org/html/) to capture images. It chooses the settings it thinks are appropriate for what you are trying to do. Drivers have many options and are of differring quality - it -is useful to work out if any issues are caused by Simple Scan or the drivers. To -rule out Simple Scan you can use the graphical tool (XSane) or the +is useful to work out if any issues are caused by the app or the drivers. To +confirm it is a driver issue you can use the graphical tool (XSane) or the command line [scanimage](http://www.sane-project.org/man/scanimage.1.html) provided by the SANE project - these allow to to easily see and control all the @@ -57,6 +56,6 @@ settings your driver provides. # Contributing -To contribute code to Simple Scan make merge requests on +To contribute code create merge requests on [gitlab.gnome.org](https://gitlab.gnome.org/GNOME/simple-scan). If you find issues please [report them](https://gitlab.gnome.org/GNOME/simple-scan/issues). |