alpr
Command line program to operate the OpenALPR library
Install
- All systems
-
curl cmd.cat/alpr.sh
- Debian
-
apt-get install openalpr
- Ubuntu
-
apt-get install openalpr
- Kali Linux
-
apt-get install openalpr
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install openalpr
- Raspbian
-
apt-get install openalpr
- Dockerfile
- dockerfile.run/alpr
openalpr
Command line program to operate the OpenALPR library
OpenALPR is an open source Automatic License Plate Recognition library written in C++. The library analyzes images and identifies license plates. The output is the text representation of any license plate characters found in the image. This package contains a command-line program to analyze images for license plates.