US-2b.8not implemented Fully automated AI receipt labelling
As a user with hundreds of receipt images I want run a fully automated AI pipeline that converts receipt images to structured JSON labels without any manual input so that I can process a large backlog of receipts quickly.

Acceptance Criteria

  • The Donut model (or a finetuned variant) extracts date, shop, items, amounts, and tax from the image.
  • The AI output is converted into a `Receipt` object.
  • A confidence threshold determines whether the result is auto-saved or flagged for human review.
No DAG diagram: Not yet implemented — once built, the data path will mirror US-2b.1 but with AI-generated labels instead of manual entry.
Demo video coming soon

DAG Diagram