mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-02 07:22:14 +00:00
move imports
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
6c3d31d68b
commit
a476d15c2c
@ -2,9 +2,15 @@ import re
|
||||
from pathlib import Path
|
||||
from typing import Iterable, List, Literal, Optional, Tuple, Union
|
||||
|
||||
from docling_core.types.doc import CodeItem, DoclingDocument, NodeItem, TextItem
|
||||
from docling_core.types.doc.base import BoundingBox
|
||||
from docling_core.types.doc.labels import CodeLanguageLabel, DocItemLabel
|
||||
from docling_core.types.doc import (
|
||||
BoundingBox,
|
||||
CodeItem,
|
||||
DocItemLabel,
|
||||
DoclingDocument,
|
||||
NodeItem,
|
||||
TextItem,
|
||||
)
|
||||
from docling_core.types.doc.labels import CodeLanguageLabel
|
||||
from PIL import Image
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user