Skip to content

Commit

Permalink
add pymupdf back, with delete=False on the tempfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iammosespaulr committed Dec 10, 2024
1 parent 2e68e55 commit 9ab54ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def main():
times_tools = ["pymupdf", "pdftext", "pdfplumber"]
alignment_tools = ["pdftext", "pdfplumber"]
if args.pdftext_only:
times_tools = ["pdftext"]
times_tools = ["pymupdf", "pdftext"]
alignment_tools = ["pdftext"]
for i in tqdm(range(len(dataset)), desc="Benchmarking"):
row = dataset[i]
Expand Down

0 comments on commit 9ab54ee

Please sign in to comment.