diff --git a/escl-scan-cli/README.md b/escl-scan-cli/README.md index 3ae09eb..ec24635 100644 --- a/escl-scan-cli/README.md +++ b/escl-scan-cli/README.md @@ -15,12 +15,16 @@ Arguments: [OUTPUT_FILE_NAME] Output file name [default: scan.jpg] Options: - --host Select scanner by IP or hostname - -n, --name Select scanner by device name (can be partial) - -i, --info Print information about the scanner identified by device name - -l, --list List available scanners - -f, --force Overwrite the output file if it already exists - -r, --resolution Scan resolution in DPI (Dots Per Inch) [default: 75] - -h, --help Print help - -V, --version Print version + --host Select scanner by IP or hostname + -n, --name Select scanner by device name (can be partial) + -l, --list List available scanners + -s, --source Document source [default: platen] [possible values: camera, feeder, platen] + -i, --input-format Input document format [default: a4-portrait] [possible values: a4-portrait, a5-landscape, a5-portrait, us-letter-portrait] + -r, --resolution Scan resolution in DPI (Dots Per Inch) [default: 300] + -b, --base-path Base path; will be prepended to the given output file name + -o, --output-format Output document format [default: jpg] [possible values: jpg, pdf] + -c, --color Color mode [default: rgb] [possible values: black-and-white, grayscale, rgb] + -h, --help Print help + -V, --version Print version + ```