Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 610 Bytes

File metadata and controls

24 lines (18 loc) · 610 Bytes

PlateRecognizer CSharp Client

Plate Recognizer .Net client as a console application.

This project does not use any external dependencies.

Prerequisites

  • Microsoft Visual studio 2017
  • .Net Framework 4.6.1

Usage

  • C# Method:
PlateReader.Read("Web Api Url", "File path", "Regions", "Token");
  • Command Line:
PlateRecognizer.exe /F:/tmp/car.jpg /T:MY_TOKEN /R:fr,it
PlateRecognizer.exe /T:MY_TOKEN /F:"S:\DEV\PR\PlateRecognizer\PlateRecognizer\car.jpg"

# Upload the image as Base64
PlateRecognizer.exe /T:MY_TOKEN /F:"S:\DEV\PR\PlateRecognizer\PlateRecognizer\car.jpg" /B:1