@redbull2k
@Kevin
I just found the problem, if there are Chinese or uincode characters in the picture, QM's base64 encoding is wrong, have garbled characters in the recognition result.
I have prepared a picture 3.png in the attachment
Is there a solution?
This is the result of postman generation, no garbled, it is correct
@Kevin
I just found the problem, if there are Chinese or uincode characters in the picture, QM's base64 encoding is wrong, have garbled characters in the recognition result.
I have prepared a picture 3.png in the attachment
Is there a solution?
This is the result of postman generation, no garbled, it is correct
{
"log_id": 8318947325956499430,
"direction": 0,
"words_result_num": 2,
"words_result": [
{
"words": "这是中文",
"probability": {
"variance": 0.000001,
"average": 0.999076,
"min": 0.997459
}
},
{
"words": "this is english",
"probability": {
"variance": 0.000215,
"average": 0.981307,
"min": 0.96286
}
}
]
}