tencent cloud

文字识别

购买指南
计费概述
欠费说明
错误码计费说明
快速入门
操作指引
快速接入指引
服务端 API 文档
History
Introduction
API Category
调用方式
Document Intelligent APIs
Card and Document OCR APIs
General Text OCR APIs
Vehicle Scene OCR APIs
Data Types
Error Codes
服务协议
Service Level Agreement
OCR Policy
隐私协议
数据处理和安全协议

PhilippinesDrivingLicenseOCR

PDF
聚焦模式
字号
最后更新时间: 2023-09-05 15:21:12

1. API Description

Domain name for API request: ocr.tencentcloudapi.com.

This API is used to recognize a Philippine driver's license.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: RecognizePhilippinesDrivingLicenseOCR.
Version Yes String Common Params. The value used for this API: 2018-11-19.
Region No String Common Params. This parameter is not required for this API.
ImageBase64 No String The Base64-encoded value of an image.
Supported image formats: PNG, JPG, and JPEG. GIF is currently not supported.
Supported image size: The downloaded image after Base64 encoding can be up to 7 MB. The download time of the image cannot exceed 3s.
Either the ImageUrl or ImageBase64 of the image must be provided. If both are provided, only ImageUrl will be used.
ImageUrl No String The URL of the image.
Supported image formats: PNG, JPG, and JPEG. GIF is currently not supported.
Supported image size: The downloaded image after Base64 encoding can be up to 7 MB. The download time of the image cannot exceed 3s.
We recommend that you store the image in Tencent Cloud for higher download speed and stability.
For a non-Tencent Cloud URL, the download speed and stability may be affected.
ReturnHeadImage No Boolean Whether to return the identity photo.

3. Output Parameters

Parameter Name Type Description
HeadPortrait TextDetectionResult The Base64-encoded identity photo.
Name TextDetectionResult The full name.
LastName TextDetectionResult The last name.
FirstName TextDetectionResult The first name.
MiddleName TextDetectionResult The middle name.
Nationality TextDetectionResult The nationality.
Sex TextDetectionResult The gender.
Address TextDetectionResult The address.
LicenseNo TextDetectionResult The license No.
ExpiresDate TextDetectionResult The expiration date.
AgencyCode TextDetectionResult The agency code.
Birthday TextDetectionResult The date of birth.
RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Example

Example1 Recognizing a Philippine driver's license

Input Example

POST / HTTP/1.1
Host: ocr.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: RecognizePhilippinesDrivingLicenseOCR
<Common request parameters>

{
    "ReturnHeadImage": "true",
    "ImageUrl": "https://xx/a.jpg"
}

Output Example

{
    "Response": {
        "Address": {
            "Polygon": [
                {
                    "X": "442",
                    "Y": "489"
                },
                {
                    "X": "529",
                    "Y": "489"
                },
                {
                    "X": "529",
                    "Y": "506"
                },
                {
                    "X": "442",
                    "Y": "506"
                }
            ],
            "Value": "28 PAYAPA ST BAGONG DIWA"
        },
        "AgencyCode": {
            "Polygon": [],
            "Value": ""
        },
        "Birthday": {
            "Polygon": [],
            "Value": ""
        },
        "ExpiresDate": {
            "Polygon": [],
            "Value": ""
        },
        "FirstName": {
            "Polygon": [],
            "Value": ""
        },
        "HeadPortrait": {
            "Polygon": [],
            "Value": ""
        },
        "LastName": {
            "Polygon": [],
            "Value": ""
        },
        "LicenseNo": {
            "Polygon": [],
            "Value": ""
        },
        "MiddleName": {
            "Polygon": [],
            "Value": ""
        },
        "Name": {
            "Polygon": [],
            "Value": ",  "
        },
        "Nationality": {
            "Polygon": [],
            "Value": ""
        },
        "RequestId": "1234-1234-1234-1234",
        "Sex": {
            "Polygon": [],
            "Value": ""
        }
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
FailedOperation.DownLoadError File download failed.
FailedOperation.ImageDecodeFailed Image decoding failed.
FailedOperation.OcrFailed OCR failed.
FailedOperation.UnKnowError Unknown error.
FailedOperation.UnOpenError The service is not activated.
InvalidParameter.EngineImageDecodeFailed Image decoding failed.
InvalidParameterValue.InvalidParameterValueLimit Incorrect parameter value.
LimitExceeded.TooLargeFileError The file is too large.
ResourcesSoldOut.ChargeStatusException Exceptional billing status.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈