Add multithreaded VLM pipeline

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
Christoph Auer
2025-08-13 14:54:23 +02:00
parent 126944c7ee
commit 78c13e1dad
7 changed files with 1021 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ authors = [
requires-python = '>=3.9,<4.0'
dependencies = [
'pydantic (>=2.0.0,<3.0.0)',
'docling-core[chunking] (>=2.42.0,<3.0.0)',
"docling-core[chunking]>=2.42.0,<3.0.0",
'docling-parse (>=4.0.0,<5.0.0)',
"docling-ibm-models>=3.9.0,<4",
'filetype (>=1.2.0,<2.0.0)',
@@ -149,6 +149,9 @@ constraints = [
package = true
default-groups = "all"
[tool.uv.sources]
docling-core = { git = "https://github.com/docling-project/docling-core.git", rev = "cau/refactor-otsl-methods" }
[tool.setuptools.packages.find]
include = ["docling*"]