Skip to content

Commit 6129f10

Browse files
bundoleeclaude
andcommitted
docs: add batch processing speed claim (100+ pages/sec on 8+ cores)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 32a12ea commit 6129f10

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ Yes. For digital PDFs, text extraction works out of the box. For scanned PDFs, u
494494

495495
### How fast is it?
496496

497-
Local mode processes 20+ pages per second on CPU (0.05s/page). Hybrid mode processes 2+ pages per second (0.43s/page) with significantly higher accuracy for complex documents. No GPU required. Benchmarked on Apple M4. [Full benchmark details](https://github.com/opendataloader-project/opendataloader-bench)
497+
Local mode processes 20+ pages per second on CPU (0.05s/page). Hybrid mode processes 2+ pages per second (0.43s/page) with significantly higher accuracy for complex documents. No GPU required. Benchmarked on Apple M4. [Full benchmark details](https://github.com/opendataloader-project/opendataloader-bench). With multi-process batch processing, throughput exceeds 100 pages per second on 8+ core machines.
498498

499499
### Does it handle multi-column layouts?
500500

content/docs/faq.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,7 @@ Yes. OpenDataLoader:
191191

192192
### How fast is OpenDataLoader?
193193

194-
OpenDataLoader processes **20+ pages per second** on typical hardware (CPU only, no GPU). See our [benchmark results](/docs/benchmark) for details. Exact speed depends on:
195-
- Document complexity
196-
- Number of tables/images
197-
- Output formats selected
194+
Local mode processes 20+ pages per second on CPU (0.05s/page). Hybrid mode processes 2+ pages per second (0.43s/page) with significantly higher accuracy for complex documents. No GPU required. Benchmarked on Apple M4. [Full benchmark details](https://github.com/opendataloader-project/opendataloader-bench). With multi-process batch processing, throughput exceeds 100 pages per second on 8+ core machines.
198195

199196
### Can I process multiple PDFs at once?
200197

content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ OpenDataLoader PDF converts PDFs into **LLM-ready Markdown and JSON** with accur
77

88
**Why developers choose OpenDataLoader:**
99
- **Deterministic** — Same input always produces same output (no LLM hallucinations)
10-
- **Fast** — Process 20+ pages per second on CPU
10+
- **Fast** — Process 20+ pages per second on CPU (100+ with batch parallelism)
1111
- **Private** — 100% local, zero data transmission
1212
- **Accurate** — Bounding boxes for every element, correct multi-column reading order
1313

0 commit comments

Comments
 (0)