Line 1: |
Line 1: |
| {{Languages|SANE}} | | {{Languages|SANE}} |
− | {{Incomplete}}
| |
| | | |
| ==Information== | | ==Information== |
| + | SANE stands for "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, hand-held scanner, video- and still-cameras, frame-grabbers, etc.) |
| + | |
| For more information on SANE have a look at the [http://www.sane-project.org/ SANE project website] | | For more information on SANE have a look at the [http://www.sane-project.org/ SANE project website] |
| + | |
| ===Supported scanners=== | | ===Supported scanners=== |
| For a list of supported scanners have a look at [http://www.sane-project.org/sane-supported-devices.html this page]. | | For a list of supported scanners have a look at [http://www.sane-project.org/sane-supported-devices.html this page]. |
| + | Note the SME rpm uses [http://www.sane-project.org/sane-backends-1.0.17.html this page]. |
| | | |
| ==Server== | | ==Server== |
| This is the installation of the server part, you will also need to install drivers on your clients as described in the [[#Client|Client]] section. | | This is the installation of the server part, you will also need to install drivers on your clients as described in the [[#Client|Client]] section. |
| + | |
| ===Installation=== | | ===Installation=== |
| Install SANE and required packages | | Install SANE and required packages |
Line 60: |
Line 64: |
| You can remove SANE from your SME Server with the following command | | You can remove SANE from your SME Server with the following command |
| rpm -e sane-backends smeserver-sane libieee1284 xinetd | | rpm -e sane-backends smeserver-sane libieee1284 xinetd |
− |
| |
− |
| |
| | | |
| | | |
Line 90: |
Line 92: |
| | | |
| ====Usage==== | | ====Usage==== |
− |
| |
| SANE TWAIN drivers have many possibilities. SANE TWAIN drivers can be used alone or called from another application (photoshop, acrobat, ...) like a classical usb scanner. | | SANE TWAIN drivers have many possibilities. SANE TWAIN drivers can be used alone or called from another application (photoshop, acrobat, ...) like a classical usb scanner. |
| | | |
Line 114: |
Line 115: |
| | | |
| ===Client Troubleshooting=== | | ===Client Troubleshooting=== |
| + | {{Incomplete}} |
| Only needed if your client can't find the scanner | | Only needed if your client can't find the scanner |
| | | |