Search is not available for this dataset
pdf pdf |
|---|
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Benchmark Documents
This folder contains the canonical benchmark dataset used by the standalone runner. Open-source github repository that benchmarks this dataset on 17 LLM models:
https://github.com/ArbitrHq/ocr-mini-bench
Layout
Invoices/Receipts/Logistics/
Each domain folder contains:
- source PDFs (one file per document)
ground_truth/*.jsonlabels
Ground Truth Expectations
- One JSON file per document.
- JSON uses field-object schema (
value,critical,type, optional metadata). - Nested fields are allowed; they are flattened for scoring.
Maintenance Rules
- Keep PDF filenames stable once benchmark results are published.
- Re-run manifest generation after adding/removing docs:
npm run benchmark:bootstrap-dataset
- Validate before runs:
npm run benchmark:validate
- Keep canonical PDFs at domain root; store alternates in
reduced_size/orfull_size/.
- Downloads last month
- 14