docs: update README and requirements for optional OCR dependencies
All checks were successful
Python tests / tests (push) Successful in 1m27s
All checks were successful
Python tests / tests (push) Successful in 1m27s
This commit is contained in:
14
requirements-ocr.txt
Normal file
14
requirements-ocr.txt
Normal 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
|
||||
Reference in New Issue
Block a user