PHP Web GUI for scanimage/scanadf
Go to file
2014-08-25 22:13:10 -04:00
pure index changes 2014-08-24 15:32:26 -04:00
scans Got some variables and errors sorted... posting for cleanup 2014-08-25 21:48:26 -04:00
.gitignore Got some variables and errors sorted... posting for cleanup 2014-08-25 21:48:26 -04:00
config.php move variables to config file 2014-08-25 22:04:59 -04:00
favicon.ico more errors squashed, formatting, etc, work continues 2014-08-25 22:13:10 -04:00
index.php more errors squashed, formatting, etc, work continues 2014-08-25 22:13:10 -04:00
LICENSE Initial commit 2014-08-23 21:39:15 -04:00
README.md Updated README 2014-08-25 14:00:17 -04:00

ScanImageWebGUI

PHP Web GUI for scanimage/scanadf that is customized to be specific to certain scanners. Inspired by http://www.andrewyager.com/blog/2007-10-08/web-based-sane-scanner-script but has morphed into something completely custom and basically scratch. Leaving his credit in for the idea.

I have no desire or motivation currently to make this work with anything else but feel free to modify/fork/push whatever you want to extend it and I promise I will attempt to maintain it.

Currently this is coded purely for WAF purposes - heaven help my wife when it comes to technology.

Compatible Scanners:

  • Epson WF-2540 (Networked mode - have to use saned with iscan plugins - important! Must use epkowa plugin)
  • HP DeskJet F4580 (Needs HPLIP drivers installed and must use net:hp address)

Directions:

  1. Install Apache+PHP or NGINX+PHP-FPM or whatever you use. It should work on pretty much any common web server with recent php.
  2. Unzip this somewhere in your web root or sub dir.
  3. Edit config.php to suit your setup
  4. Whatever you want...

Troubleshooting:

  1. Try scanimage -L to get your scanner address
  2. HPLIP must run hp-setup script to get uri

That's all for now folks.