Skip to content

Commit 3659487

Browse files
committed
Add note on passing NumPy array to ALPR predict method
1 parent e2950d1 commit 3659487

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/quick_start.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ alpr = ALPR(
1414
)
1515

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

0 commit comments

Comments
 (0)