init commit

This commit is contained in:
Mariano Gabriel
2025-10-19 22:17:38 -03:00
commit 93e0c06d38
10 changed files with 969 additions and 0 deletions

14
requirements.txt Normal file
View File

@@ -0,0 +1,14 @@
# Core dependencies
opencv-python>=4.8.0
Pillow>=10.0.0
# OCR engines (install at least one)
# Tesseract (recommended, lightweight)
pytesseract>=0.3.10
# Alternative OCR engines (optional, install as needed)
# easyocr>=1.7.0
# paddleocr>=2.7.0
# For Whisper transcription (if not already installed)
# openai-whisper>=20230918