Scanner Sidecar Solution with Raspberry Pi
The sample shows how to write a simple HTML page to use the remote document scanning service that deployed on Raspberry Pi.
Download
How to Install and Uninstall the Scanning Service
-
Install:
sudo dpkg -i dynamic_web_twain-arm-trial.deb
-
Uninstall:
sudo dpkg -r dynamsoft-webtwain-service
How to Run the Sample
-
Set the IP address of Raspberry Pi:
var remoteIP = "192.168.8.51";
-
Disable the property AutoLoad:
Dynamsoft.WebTwainEnv.AutoLoad = false;
-
Set the product key:
Dynamsoft.WebTwainEnv.ProductKey = "";
You can now use the trial license.
-
Create Dynamic Web TWAIN object:
Dynamsoft.WebTwainEnv.CreateDWTObject('dwtObjectContainer', remoteIP, HTTP_PORT, HTTPS_PORT, function(obj) {}, function(e){});
-
Open index.html in HTML5 supported web browsers: Chrome, Firefox, Opera, Edge, Safari and so on.
Video
https://www.youtube.com/watch?v=v6cImg95u0c
Contact
To get more detailed information, please contact support@dynamsoft.com.