Updated readme with correct help text

This commit is contained in:
Matthew Hill
2014-10-20 22:23:25 -04:00
parent 00436255ee
commit 177f5720ef

View File

@@ -40,20 +40,19 @@ user@linux:~/openalpr$ alpr --help
USAGE:
alpr [-t <region code>] [-r <runtime_dir>] [-n <topN>]
[--seek <integer_ms>] [-c <country_code>]
[--clock] [-d] [-j] [--] [--version] [-h]
<image_file_path>
alpr [-c <country_code>] [--config <config_file>] [-n <topN>] [--seek
<integer_ms>] [-t <region code>] [--clock] [-d] [-j] [--]
[--version] [-h] <image_file_path>
Where:
-t <region code>, --template_region <region code>
Attempt to match the plate number against a region template (e.g., md
for Maryland, ca for California)
-c <country_code>, --country <country_code>
Country code to identify (either us for USA or eu for Europe).
Default=us
-r <runtime_dir>, --runtime_dir <runtime_dir>
Path to the OpenAlpr runtime data directory
--config <config_file>
Path to the openalpr.conf file
-n <topN>, --topn <topN>
Max number of possible plate numbers to return. Default=10
@@ -61,9 +60,9 @@ Where:
--seek <integer_ms>
Seek to the specied millisecond in a video file. Default=0
-c <country_code>, --country <country_code>
Country code to identify (either us for USA or eu for Europe).
Default=us
-t <region code>, --template_region <region code>
Attempt to match the plate number against a region template (e.g., md
for Maryland, ca for California)
--clock
Measure/print the total time to process image and all plates.
@@ -85,10 +84,11 @@ Where:
Displays usage information and exits.
<image_file_path>
(required) Image containing license plates
Image containing license plates
OpenAlpr Command Line Utility
```