lnxpy / pyshred

convert image to text plain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

convert image to text plain

License:GNU General Public License v3.0


Languages

Language:Python 100.0%