mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 21:26:49 +08:00
Fixed comment arg for set_country
This commit is contained in:
@@ -175,7 +175,7 @@ class Alpr():
|
||||
This sets the country for detecting license plates. For example,
|
||||
setting country to "us" for United States or "eu" for Europe.
|
||||
|
||||
:param region: A unicode/ascii string (Python 2/3) or bytes array (Python 3)
|
||||
:param country: A unicode/ascii string (Python 2/3) or bytes array (Python 3)
|
||||
:return: None
|
||||
"""
|
||||
country = _convert_to_charp(country)
|
||||
|
Reference in New Issue
Block a user