Merge remote-tracking branch 'origin/main'

This commit is contained in:
Mathieu Broillet 2024-07-17 19:19:32 +02:00
commit e364a7fb59
Signed by: mathieu
GPG Key ID: A08E484FE95074C1

View File

@ -16,7 +16,7 @@ image file in the 'upload' field. The image is processed using the ultimateALPR
information is returned in JSON format. The reponse follows the CodeProject AI ALPR API format. So it can be used information is returned in JSON format. The reponse follows the CodeProject AI ALPR API format. So it can be used
as a drop-in replacement for the [CodeProject AI ALPR API](https://www.codeproject.com/AI/docs/api/api_reference.html#license-plate-reader). as a drop-in replacement for the [CodeProject AI ALPR API](https://www.codeproject.com/AI/docs/api/api_reference.html#license-plate-reader).
> POST: http://localhost:32168/v1/vision/alpr > POST: http://localhost:5000/v1/vision/alpr
**Parameters** **Parameters**
- upload: (File) The image file to process. (see [Pillow.Image.open()](https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.open) for supported formats) - upload: (File) The image file to process. (see [Pillow.Image.open()](https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.open) for supported formats)