feat(ocr): Add OnnxTR as possible OCR engine

Signed-off-by: felix <felixdittrich92@gmail.com>
This commit is contained in:
felix 2025-03-25 16:07:53 +01:00
parent 45fc08b9cb
commit 4cd2ec5515
2 changed files with 1 additions and 14216 deletions

14215
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -77,7 +77,7 @@ onnxruntime = [
# 1.19.2 is the last version with python3.9 support,
# see https://github.com/microsoft/onnxruntime/releases/tag/v1.20.0
{ version = "^1.7.0", optional = true, markers = "python_version < '3.10'" },
{ version = ">=1.7.0,<1.20.0", optional = true, markers = "python_version >= '3.10'" },
{ version = ">=1.7.0,<2.0.0", optional = true, markers = "python_version >= '3.10'" },
]
transformers = [