farcompen / OCRpy

Optical Character Recognation with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCRpy

Optihical Character Recognation with pyton

Need to install PIL and Pytesseract for python OCR


pip install PIL
pip install pytesseract

How to Use
from commandline :

python Python_OCR.py -r filename

If you want to do preproccess on image as like as median blur filter :

python Python_OCR.py -r filename -i blur

About

Optical Character Recognation with Python


Languages

Language:Python 100.0%