Update requirements.txt
Browse files- 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 |
+
|