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.
This project can be used in parking area to keep track of every vehicle and make parking process easier.
- OpenCV
- Pandas
- Tesseract 4
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.
- Open
- Use Tesseract 4 as this is the latest version which uses LSTM network.
Run the following:
python test.py