Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
识别脚本没问题,在autoxjs上能正常运行,打包之后就不能正常运行了。 我用了两种方式: let result = gmlkit.ocr(img, "la"); let ocrResult0 = paddle.ocr(img, cpuThreadNum, useSlim);
其中paddle.ocr打包后能正常识别,但是gmlkit.ocr打包后就用不了,换了几个autoxjs的版本都不行,打包的时候也选择了所有ocr的插件,实在没辙了,求救!
打包后你的图片资源在哪里,可以一起打包?
可以一起打包的。
@小邋遢 你好,怎么一起把图片资源打包进apk
@LHLOVE 创建项目就行了, 需要有project.json 文件就可以
@小邋遢 创建项目是指用vscode来创建和打包吗,我现在都是直接在autox.js v6 上面直接用js打包!
在 auto 对文件夹打包
@小邋遢 非常感谢,确实是创建项目打包就可以了