chore(ocr): externalize tesseract.js completely

This commit is contained in:
Elian Doran
2026-04-05 22:20:38 +03:00
parent baa93cb371
commit 1e861d1125
3 changed files with 9 additions and 20 deletions

View File

@@ -53,7 +53,8 @@ export default class BuildHelper {
"better-sqlite3",
"pdfjs-dist",
"./xhr-sync-worker.js",
"vite"
"vite",
"tesseract.js"
],
metafile: true,
splitting: false,