
scanimage
List of commands for scanimage:
-
scanimage:ai:12bea scan A4 document in pdf format$ scanimage --mode=Color --resolution=300 --format=pdf > document.pdftry on your machineexplain this command
-
scanimage:ai:5951b This command scans a document and outputs the result as a JSON string$ scanimage --format=jsontry on your machineexplain this command
-
scanimage:ai:a0e57 scan document in pdf format$ scanimage --format=pdf > scanned_document.pdftry on your machineexplain this command
-
scanimage:tldr:8cc1a scanimage: Scan an image and save it to a file.$ scanimage --format=${select} > ${path-to-new_image}try on your machineexplain this command
-
scanimage:tldr:fe2ba scanimage: List available scanners to ensure the target device is connected and recognized.$ scanimage -Ltry on your machineexplain this command