POST account/id_card_back_ocr
身份证背面识别
Request Information
URI Parameters
None.
Body Parameters
BaiduOcrViewModelName | Description | Type | Additional information |
---|---|---|---|
image_path | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "image_path": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
身份证背面识别
DataResponseOfIdCardBackResultViewModelName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | IdCardBackResultViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true, "data": { "identity_card_date_expired": "sample string 1" } }