Skip to content

Commit 4417723

Browse files
committed
Default show_progress to True
1 parent 8b2805d commit 4417723

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
@@ -227,7 +227,7 @@ def to_markdown(
227227
graphics_limit=None,
228228
ignore_code=False,
229229
extract_words=False,
230-
show_progress=False,
230+
show_progress=True,
231231
) -> str:
232232
"""Process the document and return the text of the selected pages.
233233

0 commit comments

Comments
 (0)