Skip to content

[BUG] Description and dependencies missing some libraries #2

@romanvelichkin

Description

@romanvelichkin

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:

  1. install "mrzscanner-docsaid" with "pip install mrzscanner-docsaid" in empty venv
  2. run code
from mrzscanner import MRZScanner
  1. Get error "ModuleNotFoundError: No module named 'onnxruntime'"
  2. Install "onnxruntime"
  3. 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):

  • Windows 10

Environment (please complete the following information):

  • conda, python 3.11, jupyter notebook

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions