Skip to content

Java library for Automatic License Plate Recognition using OpenALPR

Notifications You must be signed in to change notification settings

ferrerluis/plate-recognizer

Repository files navigation

PlateRecognizer for Java

Usage

  • Import PlateRecognizer: import com.ragerant.PlateRecognizer.
  • Use static function recognize by passing in image File object.
  • It will return a String representing the license plate.

e.g.

  import com.ragerant.PlateRecognizer

  public static main(String[] args) {
    File img = new File("path/to/file");
    licPlate = PlateRecognizer.recognize(img);
  }

EZ

About

Java library for Automatic License Plate Recognition using OpenALPR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages