/OCRpy

Optical Character Recognation with Python

Primary LanguagePython

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