mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
fix file info object type
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
parent
6dd0f809f0
commit
a5cf929844
@ -30,8 +30,8 @@ from docling_core.types.legacy_doc.base import TableCell
|
|||||||
from docling_core.types.legacy_doc.document import (
|
from docling_core.types.legacy_doc.document import (
|
||||||
CCSDocumentDescription as DsDocumentDescription,
|
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 ExportedCCSDocument as DsDocument
|
||||||
from docling_core.types.legacy_doc.document import FileInfoObject as DsFileInfoObject
|
|
||||||
from docling_core.utils.file import resolve_file_source
|
from docling_core.utils.file import resolve_file_source
|
||||||
from pydantic import BaseModel
|
from pydantic import BaseModel
|
||||||
from typing_extensions import deprecated
|
from typing_extensions import deprecated
|
||||||
|
Loading…
Reference in New Issue
Block a user