We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec01bc commit 3689773Copy full SHA for 3689773
README.md
@@ -1,4 +1,4 @@
1
-# PDF Text Extraction Benchmark
+# PDF Library Benchmarks
2
This benchmark is about reading pure PDF files - notscanned documents and not documents that applied OCR.
3
4
## Benchmarking machine
benchmark.py
@@ -397,7 +397,7 @@ def write_benchmark_report(
397
"""Create a benchmark report from all timing results."""
398
# avg_times = {name: np.mean(times_all[name]) for name in names}
399
with open("README.md", "w") as f:
400
- f.write(f"# PDF Text Extraction Benchmark\n")
+ f.write(f"# PDF Library Benchmarks\n")
401
402
f.write("This benchmark is about reading pure PDF files - not")
403
f.write("scanned documents and not documents that applied OCR.\n\n")
0 commit comments