image-text-extractor / requirements.txt
kusatmer's picture
feat: Implement initial image text extraction application with Streamlit UI, OCR service, and tests.
b8b55ff
raw
history blame contribute delete
137 Bytes
streamlit>=1.28.0
torch>=2.0.0
torchvision>=0.15.0
transformers>=4.55.2
pillow>=10.0.0
olmocr>=0.4.6
pytest>=7.0.0
pytest-mock>=3.10.0