Yaswanth Malisetty

Results 3 comments of Yaswanth Malisetty

@Osmiogrzesznik Thank u, I have fixed this issue using webpack. ``` js const MergeIntoSingleFilePlugin = require("webpack-merge-and-include-globally"); ``` ``` js plugins: [ new MergeIntoSingleFilePlugin({ files: { "tesseract-worker.min.js": [ "./node_modules/tesseract.js/dist/worker.min.js", ], "tesseract-core.wasm.js":...

@brightinnovator Unfortunately my tesseract processing code is not inside index.html. copy the bellow files from node_modules to the directory where ur index.html file is located and refer these files from...

I got the same issue, the temporary solution provided in the description is not fixing the problem.