An open API service indexing awesome lists of open source software.

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

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):