partial implementation of bar code parsing from PDF

This commit is contained in:
2024-02-09 16:02:18 +01:00
parent f41124ced7
commit 84332b81af
6 changed files with 238 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
"@heroicons/react": "^2.0.18",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.5.7",
"@zxing/browser": "^0.1.4",
"autoprefixer": "10.4.15",
"bcrypt": "^5.1.1",
"clsx": "^2.0.0",
@@ -19,6 +20,7 @@
"mongodb": "^6.3.0",
"next": "^14.0.2",
"next-auth": "^5.0.0-beta.4",
"pdfjs-dist": "^4.0.379",
"pg": "^8.11.3",
"postcss": "8.4.31",
"react": "18.2.0",