Issue with Multi-line License Plate Recognition in FastANPR #13
offensivex
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi FastANPR team,
I'm encountering an issue with the FastANPR Python package, particularly in recognizing license plates that contain two lines of text (especially square-shaped plates). The package seems to pick up only the last line of text while ignoring the one above it. For example, with this image.

This was the response

response.json
Expected Behavior:
The system should recognize both lines and return the full text, e.g., BX9246 but its only returning 9246
Impact:
This issue affects the accuracy of license plate recognition for multi-line plates, and it's critical for applications that need to capture the full content of the plate.
Environment:
FastANPR version: 0.1.13
Python version: 3.10.12
Operating System: Windows 11
Is this a known issue, or is there a recommended way to handle multi-line text plates that I might be missing? Any guidance would be appreciated.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions