Linux/Scan Server: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 13: Line 13:
<blockquote>
<blockquote>
<pre>
<pre>
apt-get install sane
apt-get install build-essential
apt-get install build-essential
apt-get install libconfuse-dev libusb-dev libudev-dev libdbus-1-dev dbus libsane-dev
apt-get install libconfuse-dev libusb-dev libudev-dev libdbus-1-dev dbus libsane-dev
Line 31: Line 32:
<pre>
<pre>
cp -R /etc/sane.d /usr/local/etc/scanbd
cp -R /etc/sane.d /usr/local/etc/scanbd
edit scanbd.conf
edit scanbd.conf
start:
export SANE_CONFIG_DIR=/usr/local/etc/scanbd/sane.d/
/usr/local/sbin/scanbd -df -c scanbd.conf
</pre>
</pre>
</blockquote>
</blockquote>

Revision as of 21:34, 12 July 2015

  • scanbutton.d with ScanSnap S1500
scanimage --resolution 300 --device-name $2 --mode Color --source "ADF Front" --page-width 210 --page-height 297 -x 210 -y 297 | 
pnmflip -r180 | 
pnmtops -width 8.263 -height 11.69 -imagewidth 8.263 -imageheight 11.69 > $TMPFILE_PS
ps2pdf $TMPFILE_PS $TMPFILE_PDF


  • scanbd
apt-get install sane
apt-get install build-essential
apt-get install libconfuse-dev libusb-dev libudev-dev libdbus-1-dev dbus libsane-dev
wget scanbd...
...unpack...
./configure
make
make install
cp -R /etc/sane.d /usr/local/etc/scanbd
edit scanbd.conf