update training
This commit is contained in:
@@ -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": [
|
||||
|
Reference in New Issue
Block a user