{ "image_url": "https://img.alicdn.com/tfs/TB1d7H1NNjaK1Rxxxxx.png", "type": "idcard" }
curl --location --request POST 'http://127.0.0.1/topapi/ocr/structured/recognize?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "image_url": "https://img.alicdn.com/tfs/TB1d7H1NNjaK1Rxxxxx.png", "type": "idcard" }'
{ "request_id": "string", "errcode": 0, "errmsg": "string", "result": { "height": 0, "width": 0, "angle": 0, "data": "string", "original_height": 0, "original_width": 0 } }