Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -28,6 +28,9 @@ openpyxl==3.1.5
|
|
| 28 |
# Image processing (for validation/resize before sending to BLIP API)
|
| 29 |
Pillow==10.4.0
|
| 30 |
|
|
|
|
|
|
|
|
|
|
| 31 |
# HTTP
|
| 32 |
requests==2.32.3
|
| 33 |
|
|
@@ -35,4 +38,4 @@ requests==2.32.3
|
|
| 35 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 36 |
torch==2.4.0+cpu
|
| 37 |
numpy==1.26.4
|
| 38 |
-
scikit-learn==1.5.1
|
|
|
|
| 28 |
# Image processing (for validation/resize before sending to BLIP API)
|
| 29 |
Pillow==10.4.0
|
| 30 |
|
| 31 |
+
# OCR — extracts actual text from images
|
| 32 |
+
pytesseract==0.3.13
|
| 33 |
+
|
| 34 |
# HTTP
|
| 35 |
requests==2.32.3
|
| 36 |
|
|
|
|
| 38 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 39 |
torch==2.4.0+cpu
|
| 40 |
numpy==1.26.4
|
| 41 |
+
scikit-learn==1.5.1
|