Skip to content

oneshell/license_plate_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license_plate_detection

Code uses pytesseract, opencv, and imutils to read in an image file, identify text in the image, and print the interpreted text to the console.

You'll need to install Tesseract on your machine. Recommend: https://github.com/UB-Mannheim/tesseract/wiki

Once you import pytesseract, tell Python where Tesseract is located:

import pytesseract

pytesseract.pytesseract.tesseract_cmd = 'C:/Program Files (x86)/Tesseract-OCR/tesseract'

Adrian Rosebrock has a great tutorial on his site as well: http://www.pyimagesearch.com/2017/07/10/using-tesseract-ocr-python/

Background info: http://blog.ayoungprogrammer.com/2013/01/equation-ocr-part-1-using-contours-to.html/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages