Power OCR Cloud Services

Welcome to Power OCR Cloud demo platform. You can use this APIs test our cloud platform capability. PowerOCR ALPR Cloud brings the full power of our SDK to a global, cloud-native platform. Deploy in minutes, scale infinitely, and stay always up-to-date with the latest AI models. No servers, no hassle — just performance that grows with you.

Use the REST APIs below to integrate with your system

This is a Deep Learning Based ALPR Service.

Parameter Definition Properties
imageBase64Source Image Base64 Source Mandatory

INPUT

    {
        "imageBase64Source" : "/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAUDBAQEAwUEBAQFBQUGBwwIBwcHBw..."
    }

OUTPUT

    {
        "status": "1000",
        "error": "",
        "response": {
            "RetCode": 0,
            "DetailedInfo": "",
            "UsageLeft": 0,
            "DetectionDuration": 291,
            "RecognitionDuration": 181,
            "LstPlateResult": [
                {
                    "RetCode": 0,
                    "Value": "L577DA",
                    "ValueProbability": 100,
                    "WarpedBoxProbability": 91,
                    "WarpedBox": [
                        297,
                        210,
                        386,
                        210,
                        386,
                        265,
                        297,
                        265
                    ]
                }
            ],
            "ptime": "41.70"
        }
    }