License Plate Recognition [multipart/form-data]
POST
https://mostqiapi.com/process-image/lpr
en-US
Last modified:2024-06-28 13:17:35
Name | Type | Required | Description |
---|---|---|---|
file | String | Yes | Binary content of the file to be processed. |
fileUrl | String | Yes, if the file parameter is not sent | Public URL for accessing the file. |
filePassword | String | Yes, if the sent file is an encrypted PDF | The password must be encoded in a base64 string, since PDF files allow passwords as binary data. |
returnImage | Boolean | No | Returns image crops related to the extracted fields. |
returnedImageQuality | Integer | No | Defines, on a scale from 0 to 100, the quality of the cropped image returned when the returnImage parameter is used. |
Request
Header Params
Authorization
string
required
Example:
Bearer {{bearer_token}}
Body Params multipart/form-data
file
file
required
fileUrl
string
required
filePassword
string
required
returnImage
string
required
Example:
false
returnedImageQuality
string
required
Request samples
Responses
Modified at 2024-06-28 13:17:35