https://blog.junphp.com/api/img_ocr/php/v1/Interface.php
无
POST
application/x-www-form-urlencoded
{
appid:"blog.junphp.com", // 固定这个值就行
file: FILE, // 图片表单,需要识别的file对象
}
json
// 成功
{
"code": "00",
"msg": "识别完成",
"data": {
"words": [
{
"value": "算法与数据结构"
},
{
"value": "高质量进阶"
}
]
}
}
// 失败
{
"code":"01",
"msg":"识别失败",
}
code
为00
时,接口正常,其他情况下都是错误。