From a5cf9298441b26d5b23ca9a02cc9b56318d210b3 Mon Sep 17 00:00:00 2001 From: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:22:52 +0200 Subject: [PATCH] fix file info object type Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> --- docling/datamodel/document.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docling/datamodel/document.py b/docling/datamodel/document.py index 28f0b0f1..e688af20 100644 --- a/docling/datamodel/document.py +++ b/docling/datamodel/document.py @@ -30,8 +30,8 @@ from docling_core.types.legacy_doc.base import TableCell from docling_core.types.legacy_doc.document import ( CCSDocumentDescription as DsDocumentDescription, ) +from docling_core.types.legacy_doc.document import CCSFileInfoObject as DsFileInfoObject from docling_core.types.legacy_doc.document import ExportedCCSDocument as DsDocument -from docling_core.types.legacy_doc.document import FileInfoObject as DsFileInfoObject from docling_core.utils.file import resolve_file_source from pydantic import BaseModel from typing_extensions import deprecated