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
    
                    
                    Build Securely on Azure with Proven Frameworks
                    
                    
                
            
                            Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
                        
                    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.