Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple license plate formats #7

Merged
merged 2 commits into from
Sep 26, 2023
Merged

Conversation

larmicfre
Copy link
Contributor

As per feature request issue #6 these changes extends the validation system to support multiple license plate formats. Now users can input a comma-separated list of desired plate formats which the ALPR will validate against. Instead of checking against a single format, the system now iterates over multiple provided formats.

Improved user prompt for entering plate formats. Now, users will see all current formats as a comma-separated list, enhancing clarity and ease of modification.

This implementation has only been tested on pre-recorded video so far. It assumes that the user provides valid formats when prompted and does not input conflicting or erroneous formats. Future enhancements could add more in-depth user input validation.

@connervieira connervieira merged commit 3e6a680 into connervieira:main Sep 26, 2023
1 check passed
@connervieira
Copy link
Owner

connervieira commented Sep 26, 2023

Reviewed and merged. Thanks for the help!

I verified that the changes work with pre-recorded video, but I don't have the supplies to check real-time functionality currently. However, I didn't see any glaring issues in the code. I'll test more thoroughly before the next stable release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants