mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 21:37:11 -04:00
feat(new tool): OCR Image
OCR an image with Tesseract.js
This commit is contained in:
parent
a07806cd15
commit
0d17698bb0
8 changed files with 669 additions and 18 deletions
|
@ -113,4 +113,12 @@ export default defineConfig({
|
|||
build: {
|
||||
target: 'esnext',
|
||||
},
|
||||
optimizeDeps: {
|
||||
include: ['pdfjs-dist'], // optionally specify dependency name
|
||||
esbuildOptions: {
|
||||
supported: {
|
||||
'top-level-await': true,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue