X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FImage%2FOpenALPR.pm;h=81521ede80c947d7226d6b3e4f98d528b80bbf5e;hb=4d4051da2ad5f86a0faad11d662e36882f7ed8be;hp=bc9d7aa886a3854447810e6baec4b4ea7d05232a;hpb=a6894b647651d195d60e7856a232b89d11459002;p=image-openalpr.git diff --git a/lib/Image/OpenALPR.pm b/lib/Image/OpenALPR.pm index bc9d7aa..81521ed 100644 --- a/lib/Image/OpenALPR.pm +++ b/lib/Image/OpenALPR.pm @@ -9,7 +9,7 @@ use JSON::MaybeXS qw/decode_json/; use XSLoader; BEGIN { - our $VERSION = '0.001'; + our $VERSION = '0.001001'; XSLoader::load('Image::OpenALPR', $VERSION); *initialise = \&initialize; *is_loaded = \&isLoaded; @@ -78,7 +78,7 @@ Takes one mandatory argument (the country rules to use, such as C or C) and two optional arguments: a path to the configuration file, and a path to the runtime_data directory. -Returns a new Image::OpenALPR instance. If initialization fails (for +Returns a new Image::OpenALPR instance. If initialisation fails (for example, if the chosen country is not available) an exception is thrown. @@ -109,8 +109,8 @@ Changes the country rules in use. =item $alpr->B(I<$prewarp>) Sets the camera calibration values, as obtained from the -openalpr-utils-calibrate utility. Can also be set in the configuration -file. +C utility. Can also be set in the +configuration file. =item $alpr->B(I<$region>)