Added optical character recognition.

This commit is contained in:
2023-09-28 12:09:35 -05:00
parent 321b8fe50c
commit b09fc5af11
11 changed files with 2521 additions and 40 deletions

View File

@@ -7,7 +7,10 @@
"mongo-sanitize": "^1.1.0",
"mongodb": "^6.1.0",
"node-cron": "^3.0.2",
"node-tesseract-ocr": "^2.2.1",
"pug": "^3.0.2",
"request": "^2.88.2"
"puppeteer": "^21.3.6",
"request": "^2.88.2",
"tesseract.js": "^5.0.0"
}
}