14 lines
273 B
Plaintext
14 lines
273 B
Plaintext
# Optional OCR dependencies
|
|
|
|
# traditional OCR
|
|
pillow>=12.1.0,<13
|
|
pytesseract>=0.3.13,<1
|
|
opencv-python>=4.13.0.90,<5
|
|
tqdm>=4.67.2,<5
|
|
streamlit>=1.53.1,<2
|
|
python-Levenshtein>=0.27.3,<1
|
|
|
|
# ocr with keras/tensorflow
|
|
tensorflow>=2.20.0,<3
|
|
keras>=3.13.2,<4
|
|
matplotlib>=3.10.8,<4 |