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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -