Update with missing installs and packages
Browse files- packages.txt +1 -0
- requirements.txt +5 -0
packages.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
poppler-utils
|
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.24.1
|
2 |
+
pandas==1.5.3
|
3 |
+
pillow==9.4.0
|
4 |
+
pypdf2==3.0.1
|
5 |
+
pdf2image==1.16.2
|