mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-30 14:04:27 +00:00
feat(ocr): Add OnnxTR as possible OCR engine
Signed-off-by: felix <felixdittrich92@gmail.com>
This commit is contained in:
parent
45fc08b9cb
commit
4cd2ec5515
14215
poetry.lock
generated
14215
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user