Skip to content

Add receipt attachment support to categorizer (v0.7.0) (#13)

Choose a tag to compare

@mabahamo mabahamo released this 19 Jan 17:58
· 20 commits to main since this release
27e2dc5
Add new `receipts` field to categorizer return dict that allows attaching
receipt files to transactions. When receipts are provided:

- Creates Document entries for each receipt file
- Links transactions and documents via a deterministic link ID
- Link ID is generated from hash of date, payee, and receipt paths
- Supports multiple receipts per transaction

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>