Skip to content

Commit dd7d6be

Browse files
author
Bob Strahan
committed
add attributes to BankStatement example
1 parent da9f478 commit dd7d6be

File tree

1 file changed

+15
-0
lines changed
  • config_library/pattern-2/few_shot_example_with_multimodal_page_classification

1 file changed

+15
-0
lines changed

config_library/pattern-2/few_shot_example_with_multimodal_page_classification/config.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,21 @@ classes:
612612
description: >-
613613
A bank statement document containing account information, transactions,
614614
and financial details
615+
attributes:
616+
- name: account_holder_name
617+
description: >-
618+
The name of the account holder.
619+
- name: account_name
620+
description: >-
621+
The name or type of the bank account.
622+
- name: account_number
623+
description: >-
624+
The unique identifier for the bank account. Look for text following
625+
'account number', 'account id', or 'account identifier'.
626+
- name: transactions
627+
description: >-
628+
The list of transactions on the account. Look for text following
629+
'transactions', 'transaction history', or 'transaction details'.
615630
examples:
616631
- classPrompt: Here are example images for each page of a 3 page 'bank-statement '
617632
name: BankStatement1

0 commit comments

Comments
 (0)