Bump version and update Changes
[image-openalpr.git] / README
CommitLineData
470f6420
MG
1Image-OpenALPR version 0.001
2============================
3
4OpenALPR is an automatic license plate recognition library that
5extracts license plate numbers from images.
6
7Image-OpenALPR is a Perl binding to this library.
8
9INSTALLATION
10
11To install this module type the following:
12
13 perl Makefile.PL
14 make
15 make test
16 make install
17
18DEPENDENCIES
19
20This module requires these other modules and libraries:
21
22* Class::Accessor::Fast
23* JSON:::MaybeXS
24* libopenalprpy.so from OpenALPR
25
26COPYRIGHT AND LICENCE
27
28Copyright (C) 2016 by Marius Gavrilescu
29
30This file is part of Image-OpenALPR.
31
32Image-OpenALPR is free software: you can redistribute it and/or modify
33it under the terms of the GNU Affero General Public License as published by
34the Free Software Foundation, either version 3 of the License, or
35(at your option) any later version.
36
37Image-OpenALPR is distributed in the hope that it will be useful,
38but WITHOUT ANY WARRANTY; without even the implied warranty of
39MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
40GNU Affero General Public License for more details.
41
42You should have received a copy of the GNU Affero General Public License
43along with Image-OpenALPR. If not, see <http://www.gnu.org/licenses/>
44
45
This page took 0.011909 seconds and 4 git commands to generate.