https://github.com/stunkymonkey/paper2image
detect papers in pictures and cuts of the useless infos
https://github.com/stunkymonkey/paper2image
Last synced: about 1 year ago
JSON representation
detect papers in pictures and cuts of the useless infos
- Host: GitHub
- URL: https://github.com/stunkymonkey/paper2image
- Owner: Stunkymonkey
- Created: 2016-01-09T20:54:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T11:02:23.000Z (almost 6 years ago)
- Last Synced: 2025-01-29T15:32:27.442Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.27 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# paper2image
detect papers in pictures and cuts of the useless infos
```
Usage: paper2image.py [options]
Options:
-h, --help show this help message and exit
-i IMAGE, --image=IMAGE
Path of image which will be scanned
-g, --grayscale only having black and white
-v, --verbose showing the results
```
The original file:

The output of `python2.7 paper2image.py -i demo.jpeg` (only the paper):

The output of `python2.7 paper2image.py -i demo.jpeg -g` (converting colors to black and white):