heerjtdev commited on
Commit
10f70c6
·
verified ·
1 Parent(s): 7249be5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -19,6 +19,7 @@ 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
  img2pdf==0.5.1
23
  PyMuPDF==1.23.2 # (Example: Replace with your final version from `pip show PyMuPDF`)
24
  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
  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