Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -19,7 +19,8 @@ Pillow==10.4.0
|
|
| 19 |
# Document/Image Processing & OCR
|
| 20 |
# PyMuPDF is the official package name for the 'fitz' import
|
| 21 |
# Add this under Document/Image Processing
|
| 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
|
|
|
|
| 19 |
# Document/Image Processing & OCR
|
| 20 |
# PyMuPDF is the official package name for the 'fitz' import
|
| 21 |
# Add this under Document/Image Processing
|
| 22 |
+
#rapidocr_onnxruntime
|
| 23 |
+
rapidocr>=3.0.0,<4.0.0
|
| 24 |
img2pdf==0.5.1
|
| 25 |
PyMuPDF==1.23.2 # (Example: Replace with your final version from `pip show PyMuPDF`)
|
| 26 |
# opencv-python==4.11.0.86
|