Skip to content

Commit 3689773

Browse files
committed
Reflect the fact that it contains several different benchmarks
1 parent dec01bc commit 3689773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PDF Text Extraction Benchmark
1+
# PDF Library Benchmarks
22
This benchmark is about reading pure PDF files - notscanned documents and not documents that applied OCR.
33

44
## Benchmarking machine

benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def write_benchmark_report(
397397
"""Create a benchmark report from all timing results."""
398398
# avg_times = {name: np.mean(times_all[name]) for name in names}
399399
with open("README.md", "w") as f:
400-
f.write(f"# PDF Text Extraction Benchmark\n")
400+
f.write(f"# PDF Library Benchmarks\n")
401401

402402
f.write("This benchmark is about reading pure PDF files - not")
403403
f.write("scanned documents and not documents that applied OCR.\n\n")

0 commit comments

Comments
 (0)