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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.