From 9ab54ee038328c222d7669170c959877b0b8bdd6 Mon Sep 17 00:00:00 2001 From: Moses Paul R Date: Tue, 10 Dec 2024 20:55:32 +0000 Subject: [PATCH] add pymupdf back, with delete=False on the tempfile --- benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark.py b/benchmark.py index 9964b8b..b3e8ce0 100644 --- a/benchmark.py +++ b/benchmark.py @@ -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]