https://github.com/idf/scanify
A command line for transforming camera-taken photos into scanned ones.
https://github.com/idf/scanify
Last synced: about 1 year ago
JSON representation
A command line for transforming camera-taken photos into scanned ones.
- Host: GitHub
- URL: https://github.com/idf/scanify
- Owner: idf
- License: bsd-3-clause
- Created: 2017-04-05T03:36:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T20:59:32.000Z (over 2 years ago)
- Last Synced: 2024-11-11T06:42:00.602Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.56 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scanify
A command line for applying image scanning effect.
Make a document page taken with a phone camera appear to be scanned:

# Usage
```bash
Usage:
scanify
scanify -o
Examples:
scanify '~/Desktop/p0.jpg'
Options:
-o --out output path of the image, default output to the same path with
sufixx
```
# Install
## pip
```bash
pip3 install scanify
```
## Manual
```bash
git clone https://github.com/idf/scanify.git
cd scanify
sudo python setup.py install
```