You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some shapes with shape_type=MSO_SHAPE_TYPE.PLACEHOLDER in some PPTX files may have text and has_text_frame=True but without any bounding box coordinates (left, right, top, width, height = None). This causes generate_prov() to fail with an unhandled exception.
Bug
Some shapes with
shape_type=MSO_SHAPE_TYPE.PLACEHOLDER
in some PPTX files may have text andhas_text_frame=True
but without any bounding box coordinates (left, right, top, width, height = None
). This causesgenerate_prov()
to fail with an unhandled exception.Steps to reproduce
Sample file: placeholder.pptx
Results in:
Docling version
Latest: 2.11.0.
Python version
Python 3.12.0
The text was updated successfully, but these errors were encountered: