Я пытаюсь использовать проект чтения пластины python openalrp, но получаю ошибку.не могли бы вы помочь?
parser.add_argument("--config", dest="config", action="store",
default="ALRP/openalpr.conf",
help="Path to openalpr.conf config file" )
parser.add_argument("--runtime_data", dest="runtime_data", action="store",
default="ALRP/runtime_data",
help="Path to OpenALPR runtime_data directory" )
parser.add_argument('plate_image', help='License plate image file')
options = parser.parse_args()
Определение ошибки следующее:
использование: test.py
[-h] [-c COUNTRY] [--config CONFIG]
[--runtime_data RUNTIME_DATA]
plate_image
test.py: error: the following arguments are required: plate_image