feat: new experimental docling-parse v2 backend (#131)

---------

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
Co-authored-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Christoph Auer
2024-10-11 15:12:49 +02:00
committed by GitHub
parent 2ec39636f0
commit 5e4944f15f
4 changed files with 1304 additions and 819 deletions

View File

@@ -47,7 +47,7 @@ huggingface_hub = ">=0.23,<1"
requests = "^2.32.3"
easyocr = "^1.7"
tesserocr = { version = "^2.7.1", optional = true }
docling-parse = "^1.4.1"
docling-parse = "^1.6.0"
certifi = ">=2024.7.4"
rtree = "^1.3.0"
scipy = "^1.14.1"