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

https://github.com/lnxpy/pyshred

convert image to text plain
https://github.com/lnxpy/pyshred

Last synced: 3 months ago
JSON representation

convert image to text plain

Awesome Lists containing this project

README

          

# pyshred


pyshred is a program which allows you to chop your image with some formulas.

pyshred needs Black White image for converting to text files.. so you can use
coloric pictures or b,w pictures!
for this program you should install Opencv with :


# Linux DEB:

>$sudo apt update

>$sudo apt install python3-pip

>$sudo pip3 install opencv-python

# Windows:

>c:\pip install opencv-python

or you can use setup.py for this installation!

# USAGE

you can see the manual with :

>$python3 Pyshred.py --help

or

>$python3 Pyshred.py -h

and you can use Pyshred with :

>$python3 Pyshred.py --Image image.png

# Example

>alan turing

>dennis ritchie

>richard stallman

>linus torvalds

>guido van rossum