Skip to content

Commit

Permalink
reformatted the code
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Staar <[email protected]>
  • Loading branch information
PeterStaar-IBM committed Jan 24, 2025
1 parent 60c2a86 commit d1b24c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docling/backend/msexcel_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def _find_images_in_sheet(

try:
pil_image = PILImage.open(image.ref)

doc.add_picture(
parent=self.parents[0],
image=ImageRef.from_pil(image=pil_image, dpi=72),
Expand Down Expand Up @@ -383,5 +383,5 @@ def _find_images_in_sheet(
print(exc)
continue
"""

return doc

0 comments on commit d1b24c2

Please sign in to comment.