Versions Compared

Key

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

You can use a POST request to search for a vehicle license plate by image.

General request format:

POST http://IP address:port/lprserver/FindNumbersByImage

Request body:

Code Block
languagejs
{
"id": {id},
"image": {image}
}

Parameters in the request body:

ParameterRequiredDescription
idYesServer ID
imageYesVehicle JPEG image in
Base64
 base64 format

Request example:

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

...

Info
titleNote

Successful response depends on the settings of the detection tooldetector, as not all detection tools detectors can recognize a license plate from by a single image.