Authorization: Bearer ********************curl --location --request POST 'https://jnotetest-hm.jideos.com/platform/baidu/ai/basic-general?language_type' \
--header 'token: z_IGnO3oFfsPLElUaqj2TvqDLdA0jIg5ugLE4vhm8MMlRyVK3GUfkegD9lPGcfWW-Qv0dV_lpie2d8vUB3e9ZIg7mdyv7MiO1-U2FCveDTO61whqHI0JuS-Hl_e3p0AP' \
--header 'appVersionCode: 491' \
--header 'language: zh' \
--header 'Accept-Language: zh' \
--header 'channel: google' \
--header 'deviceId: 123456' \
--header 'Authorization: Bearer <token>' \
--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
}
}
]
}
],
"paragraphs_result": [
{
"words_result_idx": [
0
]
}
],
"paragraphs_result_num": 0,
"language": 0,
"pdf_file_size": "",
"ofd_file_size": ""
}
}