update training

This commit is contained in:
Ubuntu
2025-09-01 09:33:16 +00:00
parent a520d9cae5
commit d3bd2806e8
7 changed files with 437 additions and 130 deletions

View File

@@ -1,5 +1,48 @@
{
"templates": [
{
"prompts": {
"en": [
"Extract all structured information from the document.",
"Provide a complete JSON output of all relevant fields from the invoice.",
"Parse the entire document and return all available details.",
"Get all invoice details, including provider, patient, and financial information."
],
"fr": [
"Extraire toutes les informations structurées du document.",
"Fournir une sortie JSON complète de tous les champs pertinents de la facture.",
"Analyser l'intégralité du document et retourner tous les détails disponibles.",
"Obtenir tous les détails de la facture, y compris les informations sur le prestataire, le patient et les finances."
]
},
"group_name": "full_invoice_extraction",
"target_keys": [
"is_bill",
"profession",
"adeli_number",
"rpps_number",
"finess_number",
"doctor_name",
"total_billed",
"bill_paid",
"amount_paid",
"mandatory_coverage",
"complementary_coverage",
"client_part",
"remaining_payment",
"insured_name",
"insured_dob",
"beneficiary_name",
"beneficiary_dob",
"care_start_date",
"care_end_date",
"invoice_date",
"security_number",
"invoice_issuer",
"currency",
"items"
]
},
{
"prompts": {
"en": [