Skip to content

theauditor/PyEye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

PyEye

A python binding hack for tesseract. This is a python binding link/hack for tesseract tested in linux. It makes use of the PIL library.

Requirements

You need to install tesseract ocr tool for this binding to work. It also require the python PIL library.

apt-get install tesseract-ocr

Use

Copy pyeye.py to the working directory

from pyeye import *
from PIL import Image
Im = Image.open('example.png')
print riptext(Im)

About

Python OCR (Text from Image) Teeseract python hack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages