From 177f5720ef9f65658c4a8bf41b52f072fadc1305 Mon Sep 17 00:00:00 2001 From: Matthew Hill Date: Mon, 20 Oct 2014 22:23:25 -0400 Subject: [PATCH] Updated readme with correct help text --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 54044e0..b356474 100644 --- a/README.md +++ b/README.md @@ -38,22 +38,21 @@ Detailed command line usage: ``` user@linux:~/openalpr$ alpr --help -USAGE: +USAGE: - alpr [-t ] [-r ] [-n ] - [--seek ] [-c ] - [--clock] [-d] [-j] [--] [--version] [-h] - + alpr [-c ] [--config ] [-n ] [--seek + ] [-t ] [--clock] [-d] [-j] [--] + [--version] [-h] -Where: +Where: - -t , --template_region - Attempt to match the plate number against a region template (e.g., md - for Maryland, ca for California) + -c , --country + Country code to identify (either us for USA or eu for Europe). + Default=us - -r , --runtime_dir - Path to the OpenAlpr runtime data directory + --config + Path to the openalpr.conf file -n , --topn Max number of possible plate numbers to return. Default=10 @@ -61,12 +60,12 @@ Where: --seek Seek to the specied millisecond in a video file. Default=0 - -c , --country - Country code to identify (either us for USA or eu for Europe). - Default=us + -t , --template_region + 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. + Measure/print the total time to process image and all plates. Default=off -d, --detect_region @@ -85,10 +84,11 @@ Where: Displays usage information and exits. - (required) Image containing license plates + Image containing license plates OpenAlpr Command Line Utility + ```