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的插件,实在没辙了,求救!