Go to documentation repository
You can use a POST request to search for a vehicle license plate by image.
POST http://IP address:port/lprserver/FindNumbersByImage
| Code Block | ||
|---|---|---|
| ||
{
"id": {id},
"image": {image}
} |
| Parameter | Required | Description |
|---|---|---|
| id | Yes | Server ID |
| image | Yes | Vehicle JPEG image in |
| base64 format |
POST http://127.0.0.1:10001/lprserver/FindNumbersByImage
...
| Info | ||
|---|---|---|
| ||
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. |