Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
|
|
|
|
1 |
streamlit
|
2 |
-
layoutparser
|
3 |
pdf2image
|
4 |
pytesseract
|
5 |
transformers
|
6 |
torch
|
7 |
Pillow
|
8 |
opencv-python
|
|
|
|
1 |
+
layoutparser[layoutmodels_detectron2] @ git+https://github.com/Layout-Parser/layout-parser.git
|
2 |
+
git+https://github.com/facebookresearch/detectron2.git
|
3 |
streamlit
|
|
|
4 |
pdf2image
|
5 |
pytesseract
|
6 |
transformers
|
7 |
torch
|
8 |
Pillow
|
9 |
opencv-python
|
10 |
+
|