Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pytesseract
|
2 |
+
streamlit
|
3 |
+
layoutparser
|
4 |
+
pdf2image
|
5 |
+
'git+https://github.com/facebookresearch/detectron2.git@v0.4#egg=detectron2'
|
6 |
+
poppler-utils
|
7 |
+
opencv-python-headless
|
8 |
+
numpy
|
9 |
+
Pillow
|
10 |
+
wheel
|