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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.