-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Description
{
"prompt": "Extrae de las facturas la siguiente información estructurada en JSON:",
"output_format": {
"numero_factura": "string",
"fecha": "string (DD/MM/AAAA)",
"cliente": "string",
"importe_total": "number (en euros)",
"base_imponible": "number (en euros)"
},
"example_output": [
{
"numero_factura": "FT2025164407/00001083",
"fecha": "07/04/2025",
"cliente": "EURO DEPOT ESPAÑA SAU",
"importe_total": 19.95,
"base_imponible": 16.49
},
{
"numero_factura": "4043I12654",
"fecha": "31/05/2025",
"cliente": "Q8ENERGY RED SLU",
"importe_total": 49.03,
"base_imponible": 40.52
}
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels