Spaces:
Sleeping
Sleeping
Alfonso Velasco commited on
Commit ·
3c02243
1
Parent(s): 2b510f9
packages
Browse files- packages.txt +7 -2
- requirements.txt +1 -4
packages.txt
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
tesseract-ocr
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
tesseract-ocr
|
| 2 |
+
libgl1-mesa-glx
|
| 3 |
+
libglib2.0-0
|
| 4 |
+
libsm6
|
| 5 |
+
libxext6
|
| 6 |
+
libxrender-dev
|
| 7 |
+
libgomp1
|
| 8 |
+
libglib2.0-0
|
requirements.txt
CHANGED
|
@@ -2,7 +2,4 @@ transformers>=4.35.0
|
|
| 2 |
torch>=2.0.0
|
| 3 |
pillow>=9.0.0
|
| 4 |
pytesseract>=0.3.10
|
| 5 |
-
|
| 6 |
-
tesseract-ocr
|
| 7 |
-
tesseract-ocr-eng
|
| 8 |
-
poppler-utils
|
|
|
|
| 2 |
torch>=2.0.0
|
| 3 |
pillow>=9.0.0
|
| 4 |
pytesseract>=0.3.10
|
| 5 |
+
pymupdf>=1.23.0
|
|
|
|
|
|
|
|
|