-
-Scanimage Web GUI
-
-
-
-
-
-
-// Directories
-$app_dir = "/var/www/scan/"; // Absolute path to where this app directory is - must end with a /
-$scan_dir = "scans/"; // Relative path inside application directory that holds the scans - must end with a /
-
-// Formats
-$date_format = "Y-m-d_H.i.s"; // Date format to use for file naming - in PHP date code format
-
-// Binarys
-$scanimage = "/usr/bin/scanimage"; // Absolute path to scanimage binary
-$convert = "/usr/bin/convert"; //Absolute path to scanimage binary
-
-
-
-
-// Don't touch below!
+
+
+
+
+
+
+
+
+
+
+
Scanner Web GUI
-
Use the drop-downs below to set preferences. Load documents in the feeder and press "Scan". When the job completes, you will be able to pick your file from the selection at the bottom of the page.