Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameters in the request body:

ParameterRequiredParameter description
idYes

Server ID

zone_x
YesMaximum length of a license plate, % of image size
zone_y
YesMaximum width of a license plate, % of image size
zone_min_x
YesMinimum length of a license plate, % of image size
zone_min_y
YesMinimum width of a license plate, % of image size
imageYes
Image of a vehicle in Base64
Vehicle JPEG image in base64 format

Example of a request:

POST http://127.0.0.1:10001/lprserver/FindNumbersByImage

...