mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
fix/adding a commit with a signature Signed-off-by: Franck Benichou franck.benichou@sciencespo.fr
Signed-off-by: Benichou <fbenichou@deloitte.ca>
This commit is contained in:
parent
d9f07040f3
commit
eb7980af0b
@ -417,7 +417,7 @@ class MsPowerpointDocumentBackend(DeclarativeDocumentBackend, PaginatedDocumentB
|
|||||||
if shape.shape_type == MSO_SHAPE_TYPE.PICTURE:
|
if shape.shape_type == MSO_SHAPE_TYPE.PICTURE:
|
||||||
# Handle Pictures
|
# Handle Pictures
|
||||||
drawing_blip = self.xpath_expr(shape.element)
|
drawing_blip = self.xpath_expr(shape.element)
|
||||||
if drawing_blip:
|
if drawing_blip: #ensure there is a drwaing blip
|
||||||
self.handle_pictures(
|
self.handle_pictures(
|
||||||
shape, parent_slide, slide_ind, doc, drawing_blip, slide
|
shape, parent_slide, slide_ind, doc, drawing_blip, slide
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user