Domain name for API request: ocr.intl.tencentcloudapi.com.
This API is used to recognize a Philippine SSSID/UMID card.
A maximum of 20 requests can be initiated per second for this API.
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: RecognizePhilippinesSssIDOCR. |
| Version | Yes | String | Common Params. The value used for this API: 2018-11-19. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-singapore. |
| ReturnHeadImage | Yes | Boolean | Whether to return the identity photo. |
| 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. |
| Parameter Name | Type | Description |
|---|---|---|
| HeadPortrait | TextDetectionResult | The Base64-encoded identity photo. |
| LicenseNumber | TextDetectionResult | The license number (SSSID number). |
| FullName | TextDetectionResult | The full name. |
| Birthday | TextDetectionResult | The date of birth. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
RecognizePhilippinesSssIDOCR
{
"ReturnHeadImage": true,
"ImageBase64": "/9j/4AAQSkZJRg.....s97n//2Q==",
"ImageUrl": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg"
}
{
"Response": {
"Birthday": {
"Polygon": [
{
"X": 543,
"Y": 805
},
{
"X": 754,
"Y": 805
},
{
"X": 754,
"Y": 842
},
{
"X": 543,
"Y": 842
}
],
"Value": "JULY 7,1980"
},
"FullName": {
"Polygon": [
{
"X": 82,
"Y": 55
},
{
"X": 195,
"Y": 55
},
{
"X": 195,
"Y": 67
},
{
"X": 82,
"Y": 67
}
],
"Value": "PAMELAL OCAMPO"
},
"HeadPortrait": {
"Polygon": [],
"Value": ""
},
"LicenseNumber": {
"Polygon": [
{
"X": 82,
"Y": 85
},
{
"X": 187,
"Y": 85
},
{
"X": 187,
"Y": 99
},
{
"X": 82,
"Y": 99
}
],
"Value": "04-0751449-0"
},
"RequestId": "0e20a043-d3da-40e8-b576-59e33fff3b55"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
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 | Failed to download the file. |
| FailedOperation.ImageDecodeFailed | Failed to decode the image. |
| FailedOperation.OcrFailed | OCR recognition failed. This error may be caused by unstable network connections, service anomalies, or other issues. |
| FailedOperation.UnKnowError | Unknown error. |
| FailedOperation.UnOpenError | The service has not been activated. |
| InvalidParameter.EngineImageDecodeFailed | Image decoding failed. |
| InvalidParameterValue.InvalidParameterValueLimit | Incorrect parameter value. |
| LimitExceeded.TooLargeFileError | The file size exceeds the limit |
| ResourcesSoldOut.ChargeStatusException | The billing status is abnormal. |
文档反馈