mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
fix/ran poetry run pre-commit run --all-files to format the file Signed-off-by: Franck Benichou franck.benichou@sciencespo.fr
This commit is contained in:
parent
2077e51033
commit
56208f6dc0
@ -418,7 +418,13 @@ class MsPowerpointDocumentBackend(DeclarativeDocumentBackend, PaginatedDocumentB
|
|||||||
drawing_blip = self.xpath_expr(shape.element)
|
drawing_blip = self.xpath_expr(shape.element)
|
||||||
if drawing_blip: # ensure there is a drawing blip
|
if drawing_blip: # ensure there is a drawing blip
|
||||||
self.handle_pictures(
|
self.handle_pictures(
|
||||||
shape, parent_slide, slide_ind, doc, slide_size, drawing_blip, slide
|
shape,
|
||||||
|
parent_slide,
|
||||||
|
slide_ind,
|
||||||
|
doc,
|
||||||
|
slide_size,
|
||||||
|
drawing_blip,
|
||||||
|
slide,
|
||||||
)
|
)
|
||||||
# If shape doesn't have any text, move on to the next shape
|
# If shape doesn't have any text, move on to the next shape
|
||||||
if not hasattr(shape, "text"):
|
if not hasattr(shape, "text"):
|
||||||
|
Loading…
Reference in New Issue
Block a user