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

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