Actualiser README.md

This commit is contained in:
Mathieu Broillet 2024-07-17 17:05:46 +00:00
parent 71a20dff5e
commit 579946ae61

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)