mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
fix/poetry_check Signed-off-by: Benichou <fbenichou@deloitte.ca>
This commit is contained in:
parent
d8d21489e0
commit
020f79a5ee
@ -2,8 +2,6 @@ import logging
|
||||
from io import BytesIO
|
||||
from pathlib import Path
|
||||
from typing import Set, Union
|
||||
from lxml import etree
|
||||
from lxml.etree import XPath
|
||||
|
||||
from docling_core.types.doc import (
|
||||
BoundingBox,
|
||||
@ -19,6 +17,8 @@ from docling_core.types.doc import (
|
||||
TableData,
|
||||
)
|
||||
from docling_core.types.doc.document import ContentLayer
|
||||
from lxml import etree
|
||||
from lxml.etree import XPath
|
||||
from PIL import Image, UnidentifiedImageError
|
||||
from pptx import Presentation
|
||||
from pptx.enum.shapes import MSO_SHAPE_TYPE, PP_PLACEHOLDER
|
||||
|
Loading…
Reference in New Issue
Block a user