Vehicle Number Plate Reading

Read Vehicle Number Plate and store the data in a CSV file with date and time.

46
39
Python

Vehicle-Number-Plate-Reading

This project is used to read the images of the vehicle licence number, convert that licence number to text and store the licence of it in a CSV file with date and time.

Application

This project can be used in parking area to keep track of every vehicle and make parking process easier.

Demo

Image

Dependencies

Usage

  • data.csv contains the date, time and vehicle licence number.
  • Tesseract is a library which uses OCR engine.
  • Tesseract contain more than hundred languages to choose, if you want to change:
    • Open test.py and change theconfig variable.
    • In config variable change ‘eng’ to your preferred language.
  • Use Tesseract 4 as this is the latest version which uses LSTM network.

Run the following:

python test.py