Skip to content

Commit

Permalink
Add note on passing NumPy array to ALPR predict method
Browse files Browse the repository at this point in the history
  • Loading branch information
ankandrew committed Dec 8, 2024
1 parent e2950d1 commit 3659487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ alpr = ALPR(
)

# The "assets/test_image.png" can be found in repo root dit
# You can also pass a NumPy array containing cropped plate image
alpr_results = alpr.predict("assets/test_image.png")
print(alpr_results)
```
Expand Down

0 comments on commit 3659487

Please sign in to comment.