fix/poetry_check Signed-off-by: Benichou <fbenichou@deloitte.ca>

This commit is contained in:
Benichou 2025-06-20 16:16:03 -04:00
parent d8d21489e0
commit 020f79a5ee

View File

@ -2,8 +2,6 @@ import logging
from io import BytesIO from io import BytesIO
from pathlib import Path from pathlib import Path
from typing import Set, Union from typing import Set, Union
from lxml import etree
from lxml.etree import XPath
from docling_core.types.doc import ( from docling_core.types.doc import (
BoundingBox, BoundingBox,
@ -19,6 +17,8 @@ from docling_core.types.doc import (
TableData, TableData,
) )
from docling_core.types.doc.document import ContentLayer from docling_core.types.doc.document import ContentLayer
from lxml import etree
from lxml.etree import XPath
from PIL import Image, UnidentifiedImageError from PIL import Image, UnidentifiedImageError
from pptx import Presentation from pptx import Presentation
from pptx.enum.shapes import MSO_SHAPE_TYPE, PP_PLACEHOLDER from pptx.enum.shapes import MSO_SHAPE_TYPE, PP_PLACEHOLDER