From 579946ae610bc62b38afc88f70c7c876691c7405 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Wed, 17 Jul 2024 17:05:46 +0000 Subject: [PATCH] Actualiser README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18a82a2..2ec3953 100644 --- a/README.md +++ b/README.md @@ -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 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** - 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)