Loading...
Loading...
Reads images of receipts, payment receipts, and Furusato Nozei donation receipts and returns structured data. It can be called from other skills or directly by users.
npx skill4agent add kazukinagata/shinkoku reading-receipt---RECEIPT_DATA---
date: YYYY-MM-DD
vendor: Store name
total_amount: Amount (int)
tax_included: true/false
items:
- name: Item name
amount: Amount (int)
quantity: Quantity (int)
---END------FURUSATO_RECEIPT_DATA---
municipality_name: Municipality name (city, town, village)
prefecture: Prefecture name
amount: Donation amount (int)
date: YYYY-MM-DD
receipt_number: Receipt certificate number (UNKNOWN if not stated)
---END---## file1.jpg
---RECEIPT_DATA---
...
---END---
## file2.jpg
---RECEIPT_DATA---
...
---END---