微信快更新吧,8.0.32 bug 一大堆
执行VKSession.runOCR后,为什么没有收到识别回调?如下代码 this.session = wx.createVKSession({ track: { OCR: { mode: 2 } }, version: 'v1', }); this.session.on('updateAnchors', anchors => { console.log(TAG, 'init VisionKit updateAnchors', JSON.stringify(anchors)); anchors.map((anchor) => { console.log('init VisionKit updateAnchors text', anchor.text); }); }) this.session.start(errno => { logger.info(TAG, 'init VisionKit error:', errno); if (errno) { return; } }); this.session?.runOCR({ frameBuffer: this.imgData.data.buffer, width: this.data.ocrImgOriginWidth, height: this.data 如标题所描述:拍照或者返回照片后,进行ocr识别,没有反应, 微信版本:8.0.32 小程序基础库版本:2.30.0, 但是同样的代码,微信版本降级到8.0.28后,对应的小程序库版本是2.27.3,这段代码就可以识别出文字, 请大神帮忙看下是什么原因?
2023-02-06并没有执行 updateAnchors,里面的内容都没有打印
OCR接口无反应?OCR检测异常VisionKit从基础库 2.27.0版本开始提供 OCR 能力。 // 静态图片检测模式下,每调一次 runOCR 接口就会触发一次 updateAnchors 事件 session.on('updateAnchors', anchors => { console.log('anchors.text', "".concat(anchors.map(anchor=>anchor.text))) }) session.start(errno => { if (errno) { // 如果失败,将返回 errno } else { // 否则,返回null,表示成功 session.runOCR({ frameBuffer, // 图片 ArrayBuffer 数据。待检测图像的像素点数据,每四项表示一个像素点的 RGBA width, // 图像宽度 height, // 图像高度 }) } }) 按demo调用 runOCR, 程序没报错,也无任何提示, updateAnchors没有接收到任何信息, 没法识别文字? 还是有其他问题? 还是现在OCR现在不对其他人开放呢?
2023-02-06我这也碰到了,同样是华为手机,也是更新到微信最新版 "(in promise) MiniProgramError\nCould not initialize any backends, all backend initializations failed.\nError: Could not initialize any backends, all backend initializations failed.\nat t.initializeBackendsAndReturnBest (miniprogram_npm/@tensorflow/tfjs-core/index.js:17:36180)\nat initializeBackendsAndReturnBest (miniprogram_npm/@tensorflow/tfjs-core/index.js:17:32653)\nat backend (miniprogram_npm/@tensorflow/tfjs-core/index.js:17:40432)\nat makeTensor (miniprogram_npm/@tensorflow/tfjs-core/index.js:17:58478)\nat Ht (miniprogram_npm/@tensorflow/tfjs-core/index.js:17:57606)\nat Ut (miniprogram_npm/@tensorflow/tfjs-core/index.js:17:122690)\nat decodeWeights (miniprogram_npm/@tensorflow/tfjs-converter/index.js:17:90551)\nat loadSync (miniprogram_npm/@tensorflow/tfjs-converter/index.js:17:90278)\nat call (miniprogram_npm/@tensorflow/tfjs-converter/index.js:17:1614)\nat Object.next (miniprogram_npm/@tensorflow/tfjs-converter/index.js:17:961)" [图片]
急! 微信最新版本号8.0.32 华为手机 TensorFlow模型无法加载!急! 微信最新版本号8.0.32 华为手机 TensorFlow模型无法加载! 所有华为手机用户更新到最新版本的微信后 就无法使用这个功能了 微信能否解决下这个问题
2023-01-11解决了吗,同样碰到这种问题
配置useCompilerPlugins:["sass"]上传体验版,样式失效?在project.config.json中配置了useCompilerPlugins:["sass"],上传代码到体验版,使用了scss的页面样式失效,其它没使用scss页面样式正常。 目前这种情况偶现 开发者工具版本:1.05.2204250
2022-10-11好像写个回调函数就可以了 onShareAppMessage
分享给微信好友,怎么分享?如何分享给微信好友
2021-01-18现在遇到了同样的问题,出现的次数很频繁,有解决的大佬吗
分享签名无效问题?微信分享 上传图片调用接口偶尔会报签名无效错误 config:fail,Error: 系统错误,错误码:63002,invalid signature [20190925 19:13:53][]", jsApiList: Array(0)} 经过前端后台检查以及签名签名校验,验没有任何问题,诡异的是一个小时之后自己又恢复了 复现几率小,但是近四个月来遇到了三次,每次什么都不改过一两个小时就好了 [图片] [图片] 因为是开发小白,所以不知道是不是调用接口方式有问题,烦请大神指导
2019-10-18