https://github.com/exhuma/cliscan
CLI helper for scanning documents on linux
https://github.com/exhuma/cliscan
Last synced: about 1 year ago
JSON representation
CLI helper for scanning documents on linux
- Host: GitHub
- URL: https://github.com/exhuma/cliscan
- Owner: exhuma
- Created: 2019-02-03T12:12:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T12:13:45.000Z (over 7 years ago)
- Last Synced: 2025-01-30T12:32:53.501Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
CLI-Scanner
===========
Small helper tool to scan documents via the CLI. It wraps several CLI-based
tools which should be available in the Linux distribution.
Supports:
* Manual multi-page documents
* ADF multi-page documents
* Single-Page documents
Requirements
============
* Python 3
* ``scanimage``
* Ghostscript (for the ``gs`` command)
* ``imagemagick``
Installation
============
For easy acces, simply drop ``cliscan`` somewhere in your path, for example::
${HOME}/.local/bin
You can also simply run it as-is. There are no third-party Python packages
needed. As long as the requirements above are met you are good to go.
Synopsis
========
See::
cliscan --help
Details
=======
The format is currently hard-coded as DIN-A4, 150dpi grayscale but can easily
be modified in the code.