9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
|
|
# Optional OCR worker dependencies. Heavy (pulls in torch). Only required to
|
||
|
|
# run `python -m badnote_server.ocr.worker`. The API server and tests do not
|
||
|
|
# need these.
|
||
|
|
-r requirements.txt
|
||
|
|
|
||
|
|
easyocr>=1.7.0
|
||
|
|
opencv-python-headless>=4.10.0
|
||
|
|
Pillow>=10.0.0
|