wx.chooseImage({
count: 1,
success: async function(res) {
try {
const invokeRes = await wx.serviceMarket.invokeService({
service: 'wx79ac3de8be320b71',
api: 'OcrAllInOne',
data: {
// 用 CDN 方法标记要上传并转换成 HTTP URL 的文件
img_url: new wx.serviceMarket.CDN({
type: 'filePath',
filePath: res.tempFilePaths[0],
}),
data_type: 3,
ocr_type: 1
},
})
console.log('invokeService success', invokeRes)
wx.showModal({
title: 'success',
content: JSON.stringify(invokeRes),
})
} catch (err) {
console.error('invokeService fail', err)
wx.showModal({
title: 'fail',
content: err,
})
}
},
fail: function(res) {},
complete: function(res)
在官网给的这个demo中,使用了wx.serviceMarket.CDN服务,这个服务的计费和收费是和OCR一体的吗,会不会流量超出欠费异常了,
关键我也没找到充值缴费CDN服务的地方啊?
你好,调用失败不会计调用次数。调用成功,但是内容没识别出来,会算入调用次数。
缴费可在服务市场购买资源包
具体查看https://fuwu.weixin.qq.com/service/detail/000ce4cec24ca026d37900ed551415接入说明