Authorization: Bearer ********************
curl --location --request POST 'https://jnotetest-hm.jideos.com/jnotes/platform/baidu/ai/handwriting?language_type' \
--header 'Authorization: Bearer 01uohrj-elUlvNnLxb3uuYDy28LD3Pum49U531TlDWhqS2QbLMm1LhhWaW42TN8UV6caM_E9bvB6qkSBXZu0jCHQ9PdX9NnDIb7UdofssDFhwkuOijQ6T6ZPbBl5jEO7' \
--header 'token: 01uohrj-elUlvNnLxb3uuYDy28LD3Pum49U531TlDWhqS2QbLMm1LhhWaW42TN8UV6caM_E9bvB6qkSBXZu0jCHQ9PdX9NnDIb7UdofssDFhwkuOijQ6T6ZPbBl5jEO7' \
--header 'appVersionCode: 408' \
--header 'Accept-Language: zh' \
--header 'language: en' \
--form 'file=@""'
{
"code": 0,
"msg": "",
"data": {
"log_id": 0,
"words_result_num": 0,
"direction": 0,
"words_result": [
{
"words": "",
"probability": {
"average": "",
"min": "",
"variance": ""
},
"location": {
"top": 0,
"left": 0,
"width": 0,
"height": 0
},
"chars": [
{
"char": "",
"candidates": [
{
"prob": "",
"word": ""
}
],
"location": {
"top": 0,
"left": 0,
"width": 0,
"height": 0
}
}
]
}
],
"probability": {
"average": "",
"min": "",
"variance": ""
},
"language": 0,
"pdf_file_size": ""
}
}