Skip to content

ron-weasley-zz/OCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR-Optical Character Recognition

Installation

pip install pytesseract

If you don't have tesseract executable in your PATH, include the following:
pytesseract.pytesseract.tesseract_cmd = r'<full_path_to_your_tesseract_executable>'
For Windows, Path - 'C:\Program Files\Tesseract-OCR\tesseract.exe'

Download and install Tesseract OCR from this link.

Running the tests

In the shell

python OCR_python.py

Input Image

test_image

Processed Image

processed

Output

image

About

Optical Character Recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages