Skip to content

survivor-zik/anpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANPR using EasyOCR

This project demonstrates the use of EasyOCR library in Python for Optical Character Recognition (OCR) on images. It extracts text from an image, performs preprocessing tasks such as edge detection, contour detection, and cropping, and finally displays the recognized text along with bounding boxes on the original image.

Requirements

  • Python 3.x
  • OpenCV (cv2)
  • EasyOCR
  • NumPy
  • Matplotlib
  • Imutils

Installation

You can install the required libraries using pip:

pip install opencv-python easyocr numpy matplotlib imutils

Running

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages