This commit is contained in:
@@ -1 +1 @@
|
|||||||
pytest
|
pytest>=9.0.2,<10
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
# Optional OCR dependencies
|
# Optional OCR dependencies
|
||||||
|
|
||||||
# traditional OCR
|
# traditional OCR
|
||||||
pillow
|
pillow>=12.1.0,<13
|
||||||
pytesseract
|
pytesseract>=0.3.13,<1
|
||||||
opencv-python
|
opencv-python>=4.13.0.90,<5
|
||||||
tqdm
|
tqdm>=4.67.2,<5
|
||||||
streamlit
|
streamlit>=1.53.1,<2
|
||||||
python-Levenshtein
|
python-Levenshtein>=0.27.3,<1
|
||||||
|
|
||||||
# ocr with keras/tensorflow
|
# ocr with keras/tensorflow
|
||||||
tensorflow
|
tensorflow>=2.20.0,<3
|
||||||
keras
|
keras>=3.13.2,<4
|
||||||
matplotlib
|
matplotlib>=3.10.8,<4
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
# data acquisition and web scraping
|
# data acquisition and web scraping
|
||||||
selenium
|
selenium>=4.40.0,<5
|
||||||
beautifulsoup4
|
beautifulsoup4>=4.14.3,<5
|
||||||
|
|
||||||
# audio processing
|
# audio processing
|
||||||
openai-whisper
|
openai-whisper>=20250625,<20260000
|
||||||
|
|
||||||
# for sending results to webhook
|
# for sending results to webhook
|
||||||
requests
|
requests>=2.32.5,<3
|
||||||
|
|||||||
Reference in New Issue
Block a user