Skip to content

Commit c7dff3c

Browse files
committed
Update pymupdf_rag.py
fixes #29
1 parent 9bfc056 commit c7dff3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymupdf4llm/pymupdf4llm/helpers/pymupdf_rag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def to_markdown(
130130
hdr_info=None,
131131
write_images: bool = False,
132132
page_chunks: bool = False,
133-
margins: typing.Iterable = (0, 50, 0, 50),
133+
margins=(0, 50, 0, 50),
134134
) -> str:
135135
"""Process the document and return the text of its selected pages."""
136136

0 commit comments

Comments
 (0)