Iamvincent commited on
Commit
649fba5
Β·
verified Β·
1 Parent(s): a4c9095

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt CHANGED
@@ -34,3 +34,10 @@ tabulate>=0.9.0 # fallback Markdown table renderer
34
  # YouTube transcript fetcher
35
  # ───────────────────────────────
36
  youtube-transcript-api>=0.6.2
 
 
 
 
 
 
 
 
34
  # YouTube transcript fetcher
35
  # ───────────────────────────────
36
  youtube-transcript-api>=0.6.2
37
+
38
+ # OCR & imaging
39
+ pytesseract>=0.3.10 # Python wrapper
40
+ Pillow>=10.3.0 # Imaging library (PIL fork)
41
+ # NOTE: system package 'tesseract-ocr' must also be present on the HF runner
42
+
43
+