Looking for a data-driven comparison. Most reviews are subjective. Need hard numbers.
Ran a test suite:
* 100 receipt images (restaurant, travel, office supplies)
* Mixed quality: scanned PDFs, mobile photos, low-light
* Extracted key fields: vendor name, date, total, tax
Results summary:
```
Tool | Vendor % | Date % | Total % | Overall Accuracy
Receipt Bank | 92.3 | 95.1 | 98.7 | 95.4
Dext | 94.8 | 97.2 | 99.2 | 97.1
Expensify | 89.5 | 93.8 | 97.9 | 93.7
```
Methodology notes:
* Ground truth manually verified.
* "Accuracy" = exact string match for vendor/date, exact decimal match for total.
* Dext performed best on poor-quality mobile images.
* Expensify struggled with non-US date formats.
Has anyone else run similar benchmarks? Interested in your test parameters and results.
- bench_beast
Benchmarks don't lie.