• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

gesucht: scanadf für openSUSE 12.1/Tumbleweed

mada

Hacker
Hallo,

ich würde gerne einen Brother DCP-7065DN dazu bringen, direkt mehrseitige Dokumente als PDF zu scannen. Es existiert hierzu auch eine Anleitung von Brother:
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/instruction_scn5.html#Inst7

Einziger Haken: das Skript braucht scanadf -- die beiden anderen Binaries pnmtops und ps2pdf sind vorhanden.

Wo bekomme ich das her? Ist das vielleicht schon in scanimage enthalten? Wenn ja, wie?

Die Hilfeseite von scanimage listet folgendes:
Code:
> scanimage -h
Usage: scanimage [OPTION]...

Start image acquisition on a scanner device and write image data to
standard output.

Parameters are separated by a blank from single-character options (e.g.
-d epson) and by a "=" from multi-character options (e.g. --device-name=epson).
-d, --device-name=DEVICE   use a given scanner device (e.g. hp:/dev/scanner)
    --format=pnm|tiff      file format of output file
-i, --icc-profile=PROFILE  include this ICC profile into TIFF file
-L, --list-devices         show available scanner devices
-f, --formatted-device-list=FORMAT similar to -L, but the FORMAT of the output
                           can be specified: %d (device name), %v (vendor),
                           %m (model), %t (type), %i (index number), and
                           %n (newline)
-b, --batch[=FORMAT]       working in batch mode, FORMAT is `out%d.pnm' or
                           `out%d.tif' by default depending on --format
    --batch-start=#        page number to start naming files with
    --batch-count=#        how many pages to scan in batch mode
    --batch-increment=#    increase page number in filename by #
    --batch-double         increment page number by two, same as
                           --batch-increment=2
    --batch-prompt         ask for pressing a key before scanning a page
    --accept-md5-only      only accept authorization requests using md5
-p, --progress             print progress messages
-n, --dont-scan            only set options, don't actually scan
-T, --test                 test backend thoroughly
-A, --all-options          list all available backend options
-h, --help                 display this help message and exit
-v, --verbose              give even more status messages
-B, --buffer-size=#        change input buffer size (in kB, default 32)
-V, --version              print version information
scanimage: rounded value of br-x from 215.9 to 215.88
scanimage: rounded value of br-y from 355.6 to 355.567

Options specific to device `brother4:bus1;dev2':
  Mode:
    --mode Black & White|Gray[Error Diffusion]|True Gray|24bit Color [24bit Color]
        Select the scan mode
    --resolution 100|150|200|300|400|600|1200|2400|4800|9600dpi [200]
        Sets the resolution of the scanned image.
    --source FlatBed|Automatic Document Feeder(left aligned)|Automatic Document Feeder(centrally aligned) [Automatic Document Feeder(left aligned)]
        Selects the scan source (such as a document-feeder).
    --brightness -50..50% (in steps of 1) [inactive]
        Controls the brightness of the acquired image.
    --contrast -50..50% (in steps of 1) [inactive]
        Controls the contrast of the acquired image.
  Geometry:
    -l 0..215.9mm (in steps of 0.0999908) [0]
        Top-left x position of scan area.
    -t 0..355.6mm (in steps of 0.0999908) [0]
        Top-left y position of scan area.
    -x 0..215.9mm (in steps of 0.0999908) [215.88]
        Width of scan-area.
    -y 0..355.6mm (in steps of 0.0999908) [355.567]
        Height of scan-area.

Type ``scanimage --help -d DEVICE'' to get list of all options for DEVICE.

List of available devices:
    brother4:bus1;dev2

Bin für jeden Hinweis dankbar!
 

tomm.fa

Administrator
Teammitglied
Solltest du nach sane-frontends schauen.

openSUSE 12.1:
http://software.opensuse.org/search...&lang=de&include_home=true&exclude_debug=true

openSUSE Tumbleweed:
http://software.opensuse.org/search...&lang=de&include_home=true&exclude_debug=true

Code:
rpm -qlp http://download.opensuse.org/repositories/home:/illuusio/openSUSE_Tumbleweed/x86_64/sane-frontends-1.0.14-59.2.x86_64.rpm
warning: http://download.opensuse.org/repositories/home:/illuusio/openSUSE_Tumbleweed/x86_64/sane-frontends-1.0.14-59.2.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 9d688df5: NOKEY
/usr/bin/scanadf
/usr/bin/xcam
/usr/bin/xscanimage
/usr/lib64/gimp/2.0/plug-ins/xscanimage
/usr/share/doc/packages/sane-frontends
/usr/share/doc/packages/sane-frontends/AUTHORS
/usr/share/doc/packages/sane-frontends/COPYING
/usr/share/doc/packages/sane-frontends/Changelog
/usr/share/doc/packages/sane-frontends/INSTALL
/usr/share/doc/packages/sane-frontends/NEWS
/usr/share/doc/packages/sane-frontends/PROBLEMS
/usr/share/doc/packages/sane-frontends/README
/usr/share/man/man1/scanadf.1.gz
/usr/share/man/man1/xcam.1.gz
/usr/share/man/man1/xscanimage.1.gz
/usr/share/sane
/usr/share/sane/sane-style.rc
 
Oben