phpSANE is a web-based frontend for SANE written in HTML/PHP so you can scan with your web-browser. It also supports OCR.
License
GNU General Public License version 2.0 (GPLv2)Follow phpSANE
Other Useful Business Software
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
Rate This Project
Login To Rate This Project
User Reviews
-
Missing in the documentation pages: To use it correctly, you need to install following packages/commands: scanimage, netpbm(pnmto... & ppmto...), ImageMagick(convert), tesseract-ocr(gocr). You may correct default paths in . / incl / config.php To generate PDF, you may change ImageMagick security policy by editing file /etc/ImageMagick-6/policy.xml and replace "none" by "read|write" in the related pdf line.
-
Can`t open ticket: bug in download.php - if($zip->open($destination,$overwrite ? ZIPARCHIVE::OVERWRITE : ZIPARCHIVE::CREATE) !== true) { + if($zip->open($destination,$overwrite ? ZipArchive::OVERWRITE|ZipArchive::CREATE : ZipArchive::CREATE) !== true) {
-
I need help. It doesn't work on raspberry Pi (debian) with cannon pixma mp160 or mp490. I am trying to use it on 2 different raspberry pi's(B and B+). Exactly this same configuration works on XUbuntu 14.04 The error I am getting is "Scanner device !!!!!!!! ERROR !!!!!!!!" but on the help page the device is detected. I would open a ticket for support, but I am not privileged to do that.
-
How to access client scanners in internet using PHPSane
-
I'm missing usage of a dropdown for multiple scanners. Subdirectoris output, tmp and scanners (as set in config-file) are not in installation-file, they must be created.