feat(parser): merge item names wrapped across lines #111
No reviewers
Labels
No labels
area:backend
area:frontend
area:infra
area:ocr
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
phase:M1
phase:M2
phase:M3
phase:M4
phase:M5
phase:M6
phase:M7
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
TJC/bill-splitter!111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/98-wrapped-names"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
WrappedNameMerger(Parsing/Multiline): a gated pre-pass that folds an item name split across OCR lines onto its price row (Classic/BAO/£6.50->Classic BAO £6.50).wrapped-item-names; the 33-receipt corpus stays byte-for-byte green (no existingexpected.jsonchanged).Test plan
dotnet test backend/tests/BillSplitter.Tests-> 92 passed, 0 failed.wrapped-item-namesfixture, confirming the merge is load-bearing and does not perturb existing receipts.Closes #98