hsa-app/receiptscan/go.mod
Jean-Michel Tremblay 5acef6869a
All checks were successful
Build and Test / build-and-test (push) Successful in 39s
Add receiptscan pilot (Go + Claude cloud API)
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>
2026-06-22 22:48:28 -04:00

5 lines
64 B
Modula-2

module receiptscan
go 1.26
require golang.org/x/image v0.21.0