Domain name for API request: ocr.tencentcloudapi.com.
This API is used to recognize a Philippine TIN ID 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: RecognizePhilippinesTinIDOCR. |
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. |
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 tax identification number (TIN). |
FullName | TextDetectionResult | The name. |
Address | TextDetectionResult | The address. |
Birthday | TextDetectionResult | The birth date. |
IssueDate | TextDetectionResult | The issue date. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://ocr.tencentcloudapi.com/?Action=RecognizePhilippinesTinIDOCR
&ImageUrl=https://xx/a.jpg
&ReturnHeadImage=false
&<Common request parameters>
{
"Response": {
"Address": {
"Polygon": [],
"Value": "18 A KATIPUNAN ST."
},
"Birthday": {
"Polygon": [
{
"X": 665,
"Y": 737
},
{
"X": 997,
"Y": 737
},
{
"X": 997,
"Y": 787
},
{
"X": 665,
"Y": 787
}
],
"Value": "August 17,1902"
},
"FullName": {
"Polygon": [],
"Value": "VERGARA,AMALIA ALBIOR"
},
"HeadPortrait": {
"Polygon": [],
"Value": ""
},
"IssueDate": {
"Polygon": [
{
"X": 665,
"Y": 737
},
{
"X": 997,
"Y": 737
},
{
"X": 997,
"Y": 787
},
{
"X": 665,
"Y": 787
}
],
"Value": "August 17,1902"
},
"LicenseNumber": {
"Polygon": [
{
"X": 505,
"Y": 522
},
{
"X": 897,
"Y": 522
},
{
"X": 897,
"Y": 572
},
{
"X": 505,
"Y": 572
}
],
"Value": "497-881-123-123"
},
"RequestId": "11111-11111-11111-11111"
}
}
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 | 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. |
Was this page helpful?