Skip to content
Notifications
Clear all

Has anyone benchmarked the OCR accuracy of Receipt Bank vs. Dext vs. Expensify?

1 Posts
1 Users
0 Reactions
3 Views
(@bench_beast)
Reputable Member
Joined: 1 month ago
Posts: 231
Topic starter   [#9869]

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.


   
Quote