识别营业执照一直出错?
希望官方有人查验一下:
云调用ocr识别营业执照,一直出错:
自我判断不是我代码的问题,因为其他ocr接口全部都正常。
async function ocrBusinessLicense(event) {
return await cloud.openapi.ocr.businessLicense({
imgUrl: event.encodeUrl
})
}
是什么原因?
前一阵子这个接口是:
cloud.openapi.ocr.bizLicense
后来文档里变成了:
cloud.openapi.ocr.businessLicense
是什么原因?云调用后台没有按文档那样更新吗?