✔️ Low code
✔️ Scalable
✔️ Easy to modify
✔️ Independable
License plate extractor with optical character recognition.

Use the package manager pip to install lpdr.
pip install lpdror
Recommended: Clone this repo for direct lpdr usage.
git clone https://github.com/szachovy/lpdr.gitWarning! Tested on Python 3.7.4
import lpdrlpdr.LPD().Y # returns numpy.ndarraylpdr.LPR().output # returns string# in main directory
python lpdr/lpdr.py [-h] [-c CAPTURE] [-i IMAGE_PATH] # returns stdout/stderrwhere:
Example of CLI usage:
python lpdr/lpdr.py -c True -i image.png
# captures the picture from a given
# optical source and saves it as image.png for lpdr program execution operations.Why it is better to use recommended choices?
You may need to personalize the settings for more specified tasks, as a python package you would first need to find the package path.
Here are the options available, you can change them as you wish.:
Warning! Depending on the tensorflow version there might be some issues with keras. Upgrade TF to 2.0 or higher if you can.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update the tests as appropriate.
License Plate Detection ECCV 2018 paper Sergio Montazzolli Silva, Claudio Rosito Jung
ALPR for unconstrained scenarious
Optical Character Recognition by Open source OCR Tool Tesseract: A Case Study Chirag Patel, Atul Patel, PhD, Dharmendra Patel
An Overview of the Tesseract OCR Engine Ray Smith, Google Inc.
Wrapper for Google's Tesseract-OCR Engine.
If you use lpdr in your work please cite my paper!
@article{article,
author = {Maj, Wiktor},
year = {2020},
month = {09},
pages = {1-13},
title = {Matrix operations on License Plate Detector and Recognizer (LPDR)}
}
MIT