License Plate Recognition

Upload images to detect and recognize license plates using AI-powered OCR

Upload Image for License Plate Recognition

Drag & Drop Image Here

or click to browse

Supported formats: JPEG, PNG, WEBP | Max size: 0 bytes

You can also use our REST API to process images programmatically. Upload an image and receive OCR results in JSON format.

cURL Example
curl -X POST \
  -F "image=@license_plate.jpg" \
  http://rest-openlpr.computedsynergy.com/api/v1/ocr/
Replace license_plate.jpg with your image file path
wget Example
wget --method=POST \
  --body-file=image_data.txt \
  --header="Content-Type: multipart/form-data" \
  http://rest-openlpr.computedsynergy.com/api/v1/ocr/
Create image_data.txt with multipart form data
Sample Response
{
    "success": true,
    "image_id": 123,
    "filename": "license_plate.jpg",
    "processing_time_ms": 2450,
    "results": {
        "detections": [
            {
                "plate_id": "plate1",
                "plate": {
                    "confidence": 0.85,
                    "coordinates": {
                        "x1": 100, "y1": 200, "x2": 250, "y2": 250
                    }
                },
                "ocr": [
                    {
                        "text": "ABC123",
                        "confidence": 0.92,
                        "coordinates": {
                            "x1": 105, "y1": 210, "x2": 245, "y2": 240
                        }
                    }
                ]
            }
        ]
    },
    "summary": {
        "total_plates": 1,
        "total_ocr_texts": 1
    }
}
Check API Health
Recent Uploads
Processed image with license plate annotations
alpr1.png

Dec 05, 2025 09:02
0.51 MB

Completed View
Processed image with license plate annotations
4.jpg

Dec 04, 2025 12:13
0.18 MB

Completed View
Processed image with license plate annotations
1.jpg

Dec 04, 2025 12:12
0.2 MB

Completed View
Processed image with license plate annotations
2.jpg

Dec 04, 2025 12:11
0.17 MB

Completed View
Processed image with license plate annotations
photo_2025-12-03_21…

Dec 03, 2025 17:34
0.12 MB

Completed View
Processed image with license plate annotations
Screenshot 2025-12-…

Dec 03, 2025 17:13
0.24 MB

Completed View
Processed image with license plate annotations
us-2.jpg

Dec 03, 2025 15:29
0.08 MB

Completed View
Processed image with license plate annotations
au-1.jpg

Dec 03, 2025 15:28
1.34 MB

Completed View
Processed image with license plate annotations
mobile01-a626c93b78…

Dec 03, 2025 15:26
0.24 MB

Completed View