Fixed tesseract issue

This commit is contained in:
Matt 2020-03-27 13:12:08 +00:00 committed by d98762625
parent 5c35205315
commit 5ce3cc17bb
4 changed files with 25 additions and 50 deletions

View file

@ -56,6 +56,14 @@ module.exports = {
context: "src/core/vendor/",
from: "tesseract/**/*",
to: "assets/"
}, {
context: "node_modules/tesseract.js/",
from: "dist/worker.min.js",
to: "assets/tesseract"
}, {
context: "node_modules/tesseract.js-core/",
from: "tesseract-core.wasm.js",
to: "assets/tesseract"
}
])
],