File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
config_library/pattern-2/few_shot_example_with_multimodal_page_classification Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments