jordyvl commited on
Commit
1af366f
1 Parent(s): 7568689

Update with missing installs and packages

Browse files
Files changed (2) hide show
  1. packages.txt +1 -0
  2. 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