Describe the bug
Installation of "mrzscanner-docsaid" installs "onnx" without "onnxruntime", while it's needed to run some features. After installing "onnxruntime" it will require "TurboJPEG".
To Reproduce
Provide detailed steps to reproduce the behavior:
- install "mrzscanner-docsaid" with "pip install mrzscanner-docsaid" in empty venv
- run code
from mrzscanner import MRZScanner
- Get error "ModuleNotFoundError: No module named 'onnxruntime'"
- Install "onnxruntime"
- Get error "Can't find path to TurboJPEG"
Expected behavior
I expected that installation will include all required dependencies that it needs to provide all its functions.
Desktop (please complete the following information):
Environment (please complete the following information):
- conda, python 3.11, jupyter notebook
Describe the bug
Installation of "mrzscanner-docsaid" installs "onnx" without "onnxruntime", while it's needed to run some features. After installing "onnxruntime" it will require "TurboJPEG".
To Reproduce
Provide detailed steps to reproduce the behavior:
Expected behavior
I expected that installation will include all required dependencies that it needs to provide all its functions.
Desktop (please complete the following information):
Environment (please complete the following information):