We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d355af6 commit 53412edCopy full SHA for 53412ed
1 file changed
docling/datamodel/base_models.py
@@ -13,7 +13,9 @@
13
)
14
from docling_core.types.doc.base import PydanticSerCtxKey, round_pydantic_float
15
from docling_core.types.doc.page import SegmentedPdfPage, TextCell
16
-from docling_core.types.io import DocumentStream
+from docling_core.types.io import (
17
+ DocumentStream as DocumentStream,
18
+)
19
20
# DO NOT REMOVE; explicitly exposed from this location
21
from PIL.Image import Image
0 commit comments