splitty splitty

Splitwise Receipt Scanning vs splitty: Which OCR Is Better?

Splitwise Pro. $40/year. Scans the receipt. Shows you the total. Not the items. Here's what each app actually does with your receipt—and why it matters.

The $40 receipt scanner that misses the point

You’re at dinner. Seven people. The check is $247. You open Splitwise Pro—the one you’re paying $40/year for—and tap “Scan receipt.” The camera captures the receipt. And Splitwise shows you… the total.

Not the line items. Not who had the steak versus the salad. Not the tax breakdown. The total. You could have read that number yourself in 2 seconds. What you actually need is every line item identified, assigned to specific people, with tax and tip distributed proportionally. That’s not what you got.

Receipt scanning in bill splitting apps is not a binary feature. The gap between “scans receipts” and “reads every line item accurately” is the difference between equal splitting and fair splitting. And that gap is wider than most people realize.

The numbers behind receipt scanning

Receipt OCR (optical character recognition) is a well-benchmarked problem in computer science. The ICDAR 2019 Scanned Receipt OCR and Information Extraction competition, organized by Zheng Huang, Kai Chen, and colleagues, established the first standardized benchmark for receipt scanning accuracy across 626 receipt images and 29 competing systems.

96.3%F1-score achieved by top ICDAR 2019 competitors on receipt text recognition
99%+splitty’s OCR accuracy on typical restaurant receipts using Azure AI
1-5%Human error rate when manually typing receipt data, per Panko (1998)

The ICDAR competition revealed something critical: accuracy varies dramatically depending on what the system extracts. Reading the total is easy. Identifying individual line items—with item names, quantities, and per-item prices—is substantially harder because receipts vary in layout, font, and formatting across restaurants.

Sources: Huang et al., “ICDAR2019 Competition on Scanned Receipt OCR and Information Extraction,” ICDAR (2019); Panko, “What We Know About Spreadsheet Errors,” Journal of End User Computing (1998).

Feature-by-feature: what each app scans

Both Splitwise Pro and splitty claim receipt scanning. Here’s what that actually means in practice:

FeatureSplitwise Prosplitty
Line item extractionTotal only by default; itemization availableEvery line item with name and price
Tax detectionManual entryAutomatic tax line recognition
Scan from galleryCamera onlyCamera or photo library
Per-item assignmentAvailable after itemizationCore workflow—tap to assign
Proportional tax & tipNot supportedAutomatic proportional distribution
Scan speed5-10 seconds + manual stepsUnder 3 seconds to full extraction
Cost$40/year (Pro required)$9.99/year or $24.99 lifetime

The core difference: Splitwise treats receipt scanning as an add-on to its expense ledger. splitty treats it as the foundation of the entire splitting workflow. Every feature downstream—item assignment, shared item splitting, tax proportioning, tip calculation—depends on the scan being complete and accurate.

The gallery problem: Splitwise Pro can only scan receipts using the live camera. You cannot select a photo from your gallery—a limitation users have requested since 2019. This means if someone else took the receipt photo and sent it to you, Splitwise can’t scan it at all.

How receipt OCR actually works

Modern receipt scanning uses a pipeline of machine learning models, not simple text recognition. Le, Pham, and Nguyen’s 2019 research on deep learning receipt recognition, presented at ICDAR, broke the process into distinct stages—each introducing potential accuracy loss:

1

Image preprocessing

Correct rotation, skew, and lighting. Poor preprocessing cascades errors through every subsequent step.

2

Text detection

Locate text regions on the receipt. Thermal paper degradation, wrinkles, and shadows complicate detection.

3

Character recognition

Convert detected regions into text. This is where “Margherita Pizza” becomes “Margherita Pizza” or “Margh3rita Pizra.”

4

Field extraction

Classify text as item names, prices, tax, totals, or irrelevant information. This step determines whether the system understands the receipt’s structure.

The critical difference between receipt scanning implementations is how deep the pipeline goes. A system that stops at step 2 (text detection) gives you raw text. A system that completes all 4 steps gives you structured data: item names linked to prices, tax identified and separated, totals verified against line items.

splitty uses Azure AI Document Intelligence—a receipt-specialized model that performs all 4 pipeline stages. It extracts merchant name, individual line items with prices, tax amounts, tip, and totals as structured JSON. Splitwise’s scanner primarily captures the total amount, requiring manual itemization after the fact.

Source: Le, Pham & Nguyen, “Deep Learning Approach for Receipt Recognition,” ICDAR Workshops (2019).

The manual entry error problem

When receipt scanning fails or isn’t available, people type numbers manually. Raymond Panko’s landmark 1998 research on human data entry errors, published in the Journal of End User Computing, found that even simple data entry tasks produce error rates between 1% and 5%. For tasks involving spreadsheet-like calculations—the kind needed to split a bill—error rates averaged roughly 2% of all cells, and 40% of spreadsheets contained at least one error.

”Errors seem to occur in a few percent of all cells, meaning that for large spreadsheets, the issue is how many errors there are, not whether an error exists.”

Raymond R. Panko, University of Hawaii, Journal of End User Computing (1998)

Keith Barchard and Larry Pace’s 2011 study in Computers in Human Behavior confirmed the pattern: double-entry methods reduced errors significantly, but single-pass manual entry (the way people type receipt data into an app) maintained error rates of 3.6% per data field. For a 15-item restaurant receipt, that means roughly 1 item will have the wrong price entered.

This matters for splitting because errors compound. A mistyped $18.00 entered as $8.00 means one person underpays by $10 and others overpay to compensate. The entire promise of fair splitting collapses if the underlying data is wrong.

Sources: Panko, “What We Know About Spreadsheet Errors,” Journal of End User Computing (1998); Barchard & Pace, “Preventing Human Error,” Computers in Human Behavior (2011).

Edge cases: where scanning quality is tested

Restaurant receipts are not standardized documents. They come printed on thermal paper that fades, from POS systems with wildly different formatting, in various states of crumpling and coffee-staining. The real test of OCR quality is how it handles these edge cases:

Faded thermal paper

Thermal receipts degrade over hours. By end of night, contrast drops significantly. splitty’s preprocessing corrects contrast before recognition. Splitwise’s scanner struggles with low-contrast text.

Shared items (split plates)

A “Split Appetizer Sampler” line item needs to be recognized and split between specific people. splitty makes every item tappable for multi-person assignment. Splitwise has no shared-item splitting workflow.

Multiple tax lines

Some receipts show state tax, city tax, and a separate alcohol tax. splitty identifies and consolidates tax lines automatically. Manual entry apps require you to calculate totals yourself.

Foreign character sets

Receipts from sushi restaurants, dim sum spots, or ethnic restaurants may include non-Latin characters. Azure AI’s multilingual model handles mixed-script receipts that simpler OCR engines misread.

Each edge case the scanner handles correctly is a manual step eliminated. Each one it misses is 30-60 seconds of someone at the table squinting at a receipt and typing numbers. Multiply that across the 37% overspending effect that Gneezy found with equal splitting, and the accuracy gap becomes a fairness gap.

Cognitive load: why manual entry fails at dinner

John Sweller’s Cognitive Load Theory, published in Cognitive Science in 1988, explains why manually entering receipt data is particularly error-prone at a restaurant. Sweller demonstrated that human working memory has strict limits—and when a task exceeds those limits, both speed and accuracy collapse.

At dinner, your cognitive load is already high: maintaining conversation, managing social dynamics, calculating tips. Adding 15+ lines of manual data entry on top of that pushes working memory past its capacity. This is the same mental math problem that makes bill splitting so hard in the first place.

3.6%Error rate per field during single-pass manual data entry, per Barchard & Pace (2011). On a 15-item receipt, that’s at least 1 wrong price—enough to throw off the entire split.

Automated receipt scanning eliminates this cognitive burden entirely. The camera captures everything. The ML model extracts it. The user’s only job is verifying and assigning—tasks that require recognition (easy) rather than data entry (hard).

Source: Sweller, “Cognitive Load During Problem Solving: Effects on Learning,” Cognitive Science (1988).

Task-technology fit: the real comparison

Dale Goodhue and Ronald Thompson’s 1995 research on task-technology fit, published in MIS Quarterly, established a framework for evaluating whether a technology matches the task at hand. Their finding: mismatched tools don’t just underperform—they actively frustrate users and reduce task completion rates.

”Performance impacts occur when a technology provides features that fit the requirements of a task.”

Goodhue & Thompson, MIS Quarterly (1995)

Applied to receipt scanning for bill splitting, the task has very specific requirements:

Splitwise Pro

Expense ledger with scanning add-on

Receipt scanning was added to an existing expense-tracking platform. The core architecture is designed for logging expenses over time, not real-time receipt analysis.

Good for total-amount capture
Integrates with ongoing group balances
No item-level OCR as primary workflow
Cannot scan from photo gallery
No proportional tax/tip distribution
splitty

Receipt scanner with splitting built around it

The entire app is designed starting from the receipt scan. Every feature—item assignment, shared plates, tax distribution—flows from the extracted data.

Line-item OCR as the foundation
Camera or gallery scanning
Proportional tax and tip built in
30-second scan-to-split workflow
Not designed for ongoing expense tracking

The task-technology fit analysis is clear: for the specific task of “split this restaurant bill right now,” a purpose-built receipt scanner outperforms a scanner bolted onto an expense ledger. For the task of “track expenses over a week-long vacation,” Splitwise remains the better tool.

Source: Goodhue & Thompson, “Task-Technology Fit and Individual Performance,” MIS Quarterly (1995).

Why scanning accuracy changes fairness outcomes

Uri Gneezy, Ernan Haruvy, and Hadas Yafe’s landmark 2004 field experiment at restaurants in Haifa, Israel, found that diners ordered 37% more when they expected to split the bill equally versus paying individually. The antidote to this overspending effect is itemized splitting—each person pays for what they ordered.

But itemized splitting requires accurate item-level data. If the receipt scanner only captures the total, you’re back to dividing equally—and the 37% overspending problem persists. If the scanner misreads a $28 steak as $18, someone underpays by $10 and the remaining diners absorb the difference without knowing.

Margherita Pizza$18.00
NY Strip Steak$42.00
Caesar Salad$14.00
Shared Appetizer Platter$24.00
Subtotal$98.00
Tax (8.875%)$8.70
Total$106.70

With total-only scanning, this $106.70 gets divided by 3: $35.57 each. The salad person overpays by $16. The steak person underpays by $14. With item-level scanning and proportional tax, the salad person pays $15.24 and the steak person pays $45.73. That’s the difference receipt scanning accuracy makes.

Source: Gneezy, Haruvy & Yafe, “The Inefficiency of Splitting the Bill,” The Economic Journal (2004).

How scanning research shaped splitty’s design

Every design decision in splitty’s receipt scanning workflow traces back to documented research on accuracy, cognitive load, and human error:

ICDAR 2019: field extraction (step 4) is the hardest OCR challengesplitty uses Azure AI Document Intelligence—a receipt-specialized model that performs full field extraction, not generic OCR
Panko (1998): manual data entry produces 1-5% error ratessplitty eliminates manual entry entirely—scan, verify, assign instead of type, calculate, hope
Sweller (1988): cognitive load at dinner already exceeds working memory limitssplitty reduces the task to recognition (verify items) rather than production (type items)—a fundamentally easier cognitive operation
Gneezy (2004): equal splitting causes 37% overspendingsplitty’s default workflow is itemized splitting—scan, assign, done—making fair splitting the path of least resistance
Goodhue & Thompson (1995): mismatched tools frustrate users and reduce task completionsplitty is built receipt-first—the scanner is the foundation, not a feature added to an expense tracker

When Splitwise is still the right choice

Honest comparison requires acknowledging where the competitor wins. splitty isn’t for everything, and neither is Splitwise. Here’s the honest breakdown:

Use Splitwise when: you need ongoing expense tracking with roommates, multi-day trip accounting, or running balances across weeks or months. Splitwise’s ledger architecture is purpose-built for these scenarios, and its free tier handles them well.

Use splitty when: you need to split a specific restaurant bill right now. Item-by-item. With accurate tax and tip distribution. And payment requests sent before everyone leaves the table. This is what receipt-first design does differently.

Kate Goddard, Abdul Roudsari, and Jeremy Wyatt’s 2012 systematic review on automation bias in the Journal of the American Medical Informatics Association found that people tend to over-trust automated systems—accepting results without verification. This applies to receipt scanning too. A scanner that shows you a total without line items makes it impossible to verify accuracy. A scanner that shows every line item invites verification naturally, because the items are visible.

Source: Goddard, Roudsari & Wyatt, “Automation Bias: A Systematic Review,” JAMIA (2012).

Frequently asked questions

Does Splitwise have receipt scanning?

Yes, but only with Splitwise Pro ($40/year). The free tier has no receipt scanning at all. Even with Pro, Splitwise’s scanning captures the total and allows itemization, but cannot scan from gallery photos, and its OCR is less specialized for receipt-specific field extraction.

Which bill splitting app has the best receipt scanning?

splitty uses Azure AI Document Intelligence—a receipt-specialized model achieving 99%+ accuracy on typical restaurant receipts. It extracts every line item, tax line, and total as structured data. Our full comparison covers additional apps.

Can Splitwise scan receipts from photos?

No. As of 2026, Splitwise Pro’s receipt scanning requires the in-app camera. You cannot select an image from your photo gallery—a limitation users have been requesting since 2019.

Is splitty better than Splitwise for restaurant bills?

For splitting a specific restaurant bill in real time, yes. For tracking shared expenses over weeks or months (roommates, trips), Splitwise is better suited. They solve different problems.

Receipt scanning comparison questions

01 Does Splitwise have receipt scanning?

Yes, but only with Splitwise Pro ($40/year). Even with Pro, Splitwise's receipt scanning captures the total amount and allows item-by-item entry, but it cannot scan from gallery photos and its OCR capabilities are more limited than purpose-built receipt scanning apps like splitty.

02 Which bill splitting app has the best receipt scanning?

splitty offers the most accurate receipt scanning among bill splitting apps, with 99%+ OCR accuracy powered by Azure AI Document Intelligence. It reads every line item, tax line, and total—then lets you assign items to people with proportional tax and tip distribution.

03 Can Splitwise scan receipts from photos?

As of 2026, Splitwise Pro's receipt scanning requires using the in-app camera. You cannot scan a receipt from your photo gallery or other image sources, which is a long-standing user complaint on Splitwise's feedback forums.

04 Is splitty better than Splitwise for restaurant bills?

For restaurant bills specifically, yes. splitty is purpose-built for real-time receipt splitting with item-level OCR, proportional tax and tip, and instant payment links. Splitwise excels at ongoing expense tracking between roommates and multi-day trip accounting.

Your receipt has the answers. Let splitty read them.

Scan the check. Every line item appears. Assign, split, and send payment requests in 30 seconds.

Download on the App Store