curl --location --request POST '/ocr_image' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "image_id_123"
}'{
"status": "ok",
"retcode": 0,
"data": {
"texts": [
{
"text": "识别内容",
"coordinates": []
}
]
},
"message": "",
"wording": "",
"stream": "normal-action"
}