Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -22,7 +22,8 @@ Pillow==10.4.0
|
|
| 22 |
rapidocr_onnxruntime
|
| 23 |
img2pdf==0.5.1
|
| 24 |
PyMuPDF==1.23.2 # (Example: Replace with your final version from `pip show PyMuPDF`)
|
| 25 |
-
opencv-python==4.11.0.86
|
|
|
|
| 26 |
pytesseract==0.3.13
|
| 27 |
|
| 28 |
# Deep Learning / NLP / Vision
|
|
|
|
| 22 |
rapidocr_onnxruntime
|
| 23 |
img2pdf==0.5.1
|
| 24 |
PyMuPDF==1.23.2 # (Example: Replace with your final version from `pip show PyMuPDF`)
|
| 25 |
+
# opencv-python==4.11.0.86
|
| 26 |
+
opencv-python-headless
|
| 27 |
pytesseract==0.3.13
|
| 28 |
|
| 29 |
# Deep Learning / NLP / Vision
|