History
Introduction
API Category
Making API Requests
Region APIs
Instance APIs
Cloud Hosting Cluster APIs
Image APIs
Instance Launch Template APIs
Placement Group APIs
Key APIs
Security Group APIs
Network APIs
Data Types
Error Codes
cos:GetObject, ci:CreateAILicenseRecognitionJobin the authorization policy.cos:PutObject, ci:CreateAILicenseRecognitionJob in the authorization policy.cos:GetObject, cos:PutObject, ci:CreateAILicenseRecognitionJob in the authorization policy (Note: The resource corresponding to GetObject is the source file, and the resource corresponding to PutObject is the processed file).GET /<ObjectKey>?ci-process=AILicenseRec&CardType=IDCard HTTP/1.1Host: <BucketName-APPID>.cos.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>
GET /?ci-process=AILicenseRec&CardType=IDCard&detect-url=<detect-url> HTTP/1.1Host: <BucketName-APPID>.cos.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>
Parameter | Description | Type | Required |
ObjectKey | Object filename, for example: folder/document.jpg | String | Yes |
ci-process | Cloud Infinite processing capability AILicenseRec | String | Yes |
detect-url | You can process any publicly accessible image link by filling in detect-url. If detect-url is not filled in, the backend will default to processing ObjectKey. If detect-url is filled in, the backend will process the detect-url link, and there is no need to fill in ObjectKey. http://www.example.com/abc.jpg needs to be url-encoded, and the processed result is http%25253A%25252F%25252Fwww.example.com%25252Fabc.jpg | String | No |
CardType | Card OCR type, default is DriverLicense. Valid values: IDCard: Refers to an identity card. DriverLicense: Refers to a driver's license. | String | Yes |
<Response><Status>1</Status><IdInfo><Name>Name</Name><DetectedText>xxx</DetectedText><Score>99</Score><Location><Point>553,439</Point><Point>553,576</Point><Point>989,576</Point><Point>989,439</Point></Location></IdInfo><IdInfo><Name>Gender</Name><DetectedText>Male</DetectedText><Score>98</Score><Location><Point>541,597</Point><Point>541,723</Point><Point>798,723</Point><Point>798,597</Point></Location></IdInfo><IdInfo><Name>Ethnicity</Name><DetectedText>Han</DetectedText><Score>98</Score><Location><Point>1032,599</Point><Point>1032,725</Point><Point>1265,725</Point><Point>1265,599</Point></Location></IdInfo><IdInfo><Name>Birth (Date)</Name><DetectedText>December 1, 1974</DetectedText><Score>99</Score><Location><Point>532,748</Point><Point>532,906</Point><Point>1346,906</Point><Point>1346,748</Point></Location></IdInfo><IdInfo><Name>Address</Name><DetectedText>Hu’nan Province xxxxx</DetectedText><Score>99</Score><Location><Point>534,931</Point><Point>534,1253</Point><Point>1587,1253</Point><Point>1587,931</Point></Location></IdInfo><IdInfo><Name>Identification Number (ID Number)</Name><DetectedText>43xxxx</DetectedText><Score>99</Score><Location><Point>842,1372</Point><Point>842,1615</Point><Point>2284,1615</Point><Point>2284,1372</Point></Location></IdInfo></Response>
Node Name (Keyword) | Parent Node | Description | Type |
Response | None | Container for saving results | Container |
Node Name (Keyword) | Parent Node | Description | Type |
Status | Response | Card OCR result, 1: Result identified 0: No result identified | Integer |
IdInfo | Response | Card OCR information. | String |
Node Name (Keyword) | Parent Node | Description | Type |
Name | IdInfo | Name of the field | String |
Score | IdInfo | Confidence of the field, value range: [0-100], the higher the value, the greater the probability. | Integer |
Location | IdInfo | Coordinates of the field identified in the driving license | Container |
Node Name (Keyword) | Parent Node | Description | Type |
Point | Location | Driving license info coordinate point (X coordinate, Y coordinate) | String |
GET /<ObjectKey>?CardType=IDCard&ci-process=AILicenseRec HTTP/1.1Authorization:q-sign-algorithm=sha1&q-ak=**********************************&q-sign-time=1497530202;1497610202&q-key-time=1497530202;1497610202&q-header-list=&q-url-param-list=&q-signature=**************************************Host:bucket-1250000000.cos.ap-beijing.myqcloud.com
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 414641Date: Thu, 15 Jun 2017 12:37:29 GMTServer: tencent-cix-cos-request-id: NTk0MjdmODlfMjQ4OGY3XzYzYzhfMjc=<Response><Status>1</Status><IdInfo><Name>Name</Name><DetectedText>xxx</DetectedText><Score>99</Score><Location><Point>553,439</Point><Point>553,576</Point><Point>989,576</Point><Point>989,439</Point></Location></IdInfo><IdInfo><Name>Gender</Name><DetectedText>Male</DetectedText><Score>98</Score><Location><Point>541,597</Point><Point>541,723</Point><Point>798,723</Point><Point>798,597</Point></Location></IdInfo><IdInfo><Name>Ethnicity</Name><DetectedText>Han</DetectedText><Score>98</Score><Location><Point>1032,599</Point><Point>1032,725</Point><Point>1265,725</Point><Point>1265,599</Point></Location></IdInfo><IdInfo><Name>Birth (Date)</Name><DetectedText>December 1, 1974</DetectedText><Score>99</Score><Location><Point>532,748</Point><Point>532,906</Point><Point>1346,906</Point><Point>1346,748</Point></Location></IdInfo><IdInfo><Name>Address</Name><DetectedText>Hu’nan Province xxxxx</DetectedText><Score>99</Score><Location><Point>534,931</Point><Point>534,1253</Point><Point>1587,1253</Point><Point>1587,931</Point></Location></IdInfo><IdInfo><Name>Identification Number (ID Number)</Name><DetectedText>43xxxx</DetectedText><Score>99</Score><Location><Point>842,1372</Point><Point>842,1615</Point><Point>2284,1615</Point><Point>2284,1372</Point></Location></IdInfo></Response>
フィードバック