Skip to content

Commit 04df57a

Browse files
committed
config/scan: create a page about scanning
1 parent a3ff0bd commit 04df57a

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
- [TeX Live](./config/texlive.md)
7070
- [External Applications](./config/external-applications.md)
7171
- [Printing](./config/print/index.md)
72+
- [Scanning](./config/scan/index.md)
7273
- [Containers and Virtual Machines](./config/containers-and-vms/index.md)
7374
- [Chroots and Containers](./config/containers-and-vms/chroot.md)
7475
- [libvirt](./config/containers-and-vms/libvirt.md)

src/config/scan/index.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Scanning
2+
3+
SANE (Scanner Access Now Easy) may be used to acquire images from scanners.
4+
5+
As a prerequisite, install the `sane` package. To list discovered scanners:
6+
7+
```
8+
$ scanimage -L
9+
```
10+
11+
For additional options, consult
12+
[scanimage(1)](https://man.voidlinux.org/scanimage.1).
13+
14+
## Scanner Drivers
15+
16+
If the scanner is not discovered by `scanimage -L`, it may require a driver.
17+
18+
### Driverless scanning
19+
20+
Many different models of scanner support "driverless" scanning via the AirScan
21+
or WSD protocols. The `sane-airscan` driver may be utilized in these cases. This
22+
should cover the vast majority of modern scanner hardware.
23+
24+
Applications acting as frontends to SANE will also use the `sane-airscan` driver
25+
if present, but do not depend on it, so it's recommended to install this and
26+
have it available.
27+
28+
### Other scanner drivers
29+
30+
If the scanner is not detected with `sane-airscan`, a manufacturer-specific
31+
driver may be required.
32+
33+
#### HP
34+
35+
See "[HP drivers](../print/index.md#hp-drivers)".
36+
37+
#### Brother
38+
39+
- `brother-brscan3`
40+
- `brother-brscan4`
41+
- `brother-brscan5`
42+
43+
#### Epson
44+
45+
- `imagescan`
46+
47+
#### Samsung
48+
49+
- `samsung-unified-driver`
50+
51+
## Frontend Applications
52+
53+
The traditional XSane frontend is available as `xsane`.
54+
55+
### GNOME
56+
57+
GNOME's Document Scanner is available as `simple-scan`.
58+
59+
### KDE
60+
61+
Two KDE applications are available: `skanpage` and `skanlite`.

0 commit comments

Comments
 (0)