A CLI and web frontend for scanning with HP Envy printer / scanners.
To start the web UI run
covet web <SCANNER>
where <SCANNER>
is the hostname or IP address of your scanner. Then open http://127.0.0.1:3000/
in your browser. It will show the following page with a simple form to scan a document.
``` $ covet web -h
covet-web Start a web server to handle scan jobs
USAGE:
covet web [FLAGS] [OPTIONS]
FLAGS: -h, --help Prints help information --no-tls Do not use TLS to secure the connection to the scanner
OPTIONS:
-l, --listen
ARGS:
To scan a document directly from the command line run
$ covet scan <SCANNER>
where <SCANNER>
is the hostname or IP address of your scanner. This will scan a document and store it as a PDF in the current directory.
``
$ covet scan -h
covet-scan Scan a document
USAGE:
covet scan [FLAGS] [OPTIONS]
FLAGS: -h, --help Prints help information --no-tls Do not use TLS to secure the connection to the scanner
OPTIONS:
-c, --color
ARGS: