Skip to content

Commit

Permalink
Fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
MauroDruwel committed Dec 23, 2024
1 parent 6ecc4f4 commit 47640d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/markitdown/_markitdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,10 +733,10 @@ def convert(
style_map = kwargs.get("style_map")
image_output_dir = kwargs.get("image_output_dir", "images")

mammoth_result = convert_to_html(
mammoth_result = mammoth.convert_to_html(
docx_file,
style_map=style_map,
convert_image=images.inline(
convert_image=mammoth.images.inline(
lambda img: self.convert_image(img, image_output_dir)
),
)
Expand Down

0 comments on commit 47640d6

Please sign in to comment.