diff --git a/docs/quick_start.md b/docs/quick_start.md index b21a758..5ee3622 100644 --- a/docs/quick_start.md +++ b/docs/quick_start.md @@ -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) ```