GalerieBlogUnity3D ExamplesKontaktSitemapFullsitemap

scanning documents with CanoScan N1240U on OSX

Haha, the drivers from Canon did not work on my machine.
:-(
After googling I found a nice tutorial how to use sane with my CanoScan.

The needed packages where from Mattias Ellert.

Install the packages in this order:
- libusb
- SANE Backends
- SANE Preference Pane
- TWAIN SANE Interface

on a shell do the following to detect your scanner:
sane-find-scanner
So I had to add these lines at the [usb] section in /usr/local/etc/sane.d/plustek.conf:
[usb] 0x04A9 0x220E
device libusb:004:003-04a9-220e-ff-00

scanning a A4 page on the command line with scanimage:
scanimage -x 210 -y 297 --format tiff > test.tiff
have fun with you scanner...
Kommentare (1)  Permalink

Kommentare

jezek @ 17.08.2008 15:45 UTC
You can also include the resolution of the can in dpi:
scanimage -x 210 -y 297 --resolution 150 --format tiff > test.tiff
Keine (weiteren) neuen Kommentare erlaubt.