prompthub / rechnungs-parser v1.0.0 Sonnet MIT

Liest die wichtigsten Felder aus Rechnungstext aus: Betrag, Datum, Absender, Positionen – als JSON.

Extraction & parsing Writing & text
⑂ Fork 0 ▶ Try in playground
PROMPT.md 10 lines DE
1 Extract the following fields from the invoice text as JSON:
2 {"sender": string, "invoice_number": string, "invoice_date": "YYYY-MM-DD",
3 "due_on": "YYYY-MM-DD or null", "currency": string,
4 "net_amount": number, "gross_amount": number,
5 "items": [{"description": string, "quantity": number, "unit_price": number}]}
6
7 Rules:
8 - Output ONLY the JSON.
9 - Fields that cannot be found: null. Never guess or calculate, unless the total is missing and all items are present.
10 - Correctly interpret Swiss and German number formats (1'234.50 and 1.234,50).

Machine-translated (Claude). The original is the authoritative version.

rechnungs-parser

Teil der kuratierten Start-Sammlung. Verbesserungen willkommen – fork das Repo und stell einen Pull Request.

v1.0.0 Erste Version by prompthub · First version 9. Jul 2026
0 passed 0 failed

No discussions yet – open the first one!

No pull requests yet. Fork the repo, improve it, and open the first one!