All checks were successful
Build and Test / build-and-test (push) Successful in 39s
Pilot tool that sends a receipt photo to Claude, classifies the budget category, and for groceries locates + categorizes each line item, rendering an annotated PNG with per-category subtotals. Uses the Claude cloud API (claude-opus-4-8) for pixel-accurate bounding boxes; reads CLAUDE_API_KEY from ../.env. Complementary to the local-only OCR/ tools (ollama, no cloud). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
5 lines
64 B
Modula-2
5 lines
64 B
Modula-2
module receiptscan
|
|
|
|
go 1.26
|
|
|
|
require golang.org/x/image v0.21.0
|