Upload Image for License Plate Recognition

Drag & Drop Image Here

or click to browse

Supported formats: JPEG, PNG, WEBP | Max size: 250.0 KB

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 for 01-1864-2_jpg.rf.4ef39e51eb8fc004a929e5449d8be260.jpg
01조 1864

Processed: May 19, 17:51 UTC
1 plate identified

Completed View
Processed image for Screenshot_10.png
JNUL549

Processed: May 19, 15:20 UTC
1 plate identified

Completed View
Processed image for Screenshot_9.png
JNILE40

Processed: May 19, 15:16 UTC
1 plate identified

Completed View
Processed image for {DB660468-02B7-49E0-9E01-E632A683D9A3}.png
{DB660468-02B7-49E0…

Processed: May 19, 10:46 UTC
1 plate identified

Completed View
Processed image for 0e750e33bda00a2d64cbe97f75a7d6b2.jpg
00007 R55556

Processed: May 19, 10:45 UTC
1 plate identified

Completed View
Processed image for 0e750e33bda00a2d64cbe97f75a7d6b2.jpg
00007

Processed: May 19, 10:37 UTC
1 plate identified

Completed View
Processed image for Screenshot 2026-05-19 103808.png
Screenshot 2026-05-…

Processed: May 19, 07:32 UTC

Completed View
Processed image for 1.jpg
1.jpg

Processed: May 19, 07:32 UTC

Completed View
Processed image for photo_2026-05-19_15-07-12.jpg
6กย 1643

Processed: May 19, 05:07 UTC
1 plate identified

Completed View
Preview