--details
--details
The --details option outputs JSON formatted information that describes all the installed TWAIN devices. This option should be used only for getting information on the devices, and not to acquire images. TwainSave will exit immediately after writing the details to the file filename and not attempt to acquire images
Example: twainsave --details
The example above writes detailed information about the installed TWAIN devices to the console. To write the information to a file, you can direct the output to a file using the command-line indirection operators:
Example: twainsave --details >> c:\details.txt
The above will write the information to c:\details.txt instead of the screen. Please note: |