fix: set page number using 1-based indexing (#22)

Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
Panos Vagenas
2024-07-31 14:28:44 +02:00
committed by GitHub
parent e102827753
commit d2d9543415
4 changed files with 11 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ packages = [{include = "docling"}]
[tool.poetry.dependencies]
python = "^3.10"
pydantic = "^2.0.0"
docling-core = "^1.1.0"
docling-core = "^1.1.2"
docling-ibm-models = "^1.1.0"
deepsearch-glm = ">=0.19.0,<1"
filetype = "^1.2.0"