javascript - How to access Canon CR-50 installed on the system using PHP? -
i developing project needs access canon cr-50 check scanner. how can make work? have no idea begin coding. working on linux(ubuntu) machine, solution windows or linux me lot. using laravel framework. suggestions.
with ubuntu linux can use scan-image command-line interface manage , control image scanning.
from there within php application call scan-image software via php function shell_exec.
see also: http://www.sane-project.org/source.html
edit: woops, there appear front end utility in php sane-project, can found here http://sourceforge.net/projects/phpsane/.
Comments
Post a Comment