在使用 ocr.printedText API 的过程中,出现了 fail media data missing,从字面上看,像是未传入有效的值(Buffer 或 url),但检查了下代码感觉没有什么问题。接口权限已在 config.json 文件中配置。
云函数代码如下:
const cloud = require( 'wx-server-sdk' ) cloud.init() exports.main = async (event, context) => { return await cloud.openapi.ocr.printedText({ type: 'photo' , imgUrl: 'http://www.chinatax.gov.cn/chinatax/xhtml/images/public/jiucuo.jpg' }).then(r => r) } |
请大家帮忙解惑,谢谢!
服气,错误的文档还不如不写……实测应该是 img_url
哥们,有搞定了吗?
不过还是谢谢你啊。