docs: update README and requirements for optional OCR dependencies
All checks were successful
Python tests / tests (push) Successful in 1m27s

This commit is contained in:
2026-02-05 04:27:18 +01:00
parent cf73c3df5d
commit fd9baca4a1
3 changed files with 20 additions and 14 deletions

14
requirements-ocr.txt Normal file
View File

@@ -0,0 +1,14 @@
# Optional OCR dependencies
# traditional OCR
pillow
pytesseract
opencv-python
tqdm
streamlit
python-Levenshtein
# ocr with keras/tensorflow
tensorflow
keras
matplotlib