Seth commited on
Commit
6de1e60
·
1 Parent(s): 9ac95db

Enhance bank statement detection with comprehensive keywords

Browse files
Files changed (1) hide show
  1. backend/app/classifier.py +1 -1
backend/app/classifier.py CHANGED
@@ -75,7 +75,7 @@ DOCUMENT_TYPES = {
75
  },
76
  "bank statement": {
77
  "description": "A financial document from a bank showing account transactions, balances, deposits, and withdrawals.",
78
- "keywords": ["account", "balance", "transaction", "deposit", "withdrawal", "bank statement", "account number", "account balance", "statement period", "debit", "credit", "checking", "savings"]
79
  },
80
  "tax document": {
81
  "description": "Tax-related paperwork such as W-2 forms, 1099 forms, tax returns, or IRS correspondence.",
 
75
  },
76
  "bank statement": {
77
  "description": "A financial document from a bank showing account transactions, balances, deposits, and withdrawals.",
78
+ "keywords": ["bank statement", "account statement", "statement of account", "account number", "account balance", "opening balance", "closing balance", "available balance", "statement period", "statement date", "transaction", "transactions", "deposit", "withdrawal", "debit", "credit", "checking account", "savings account", "account summary", "bank name", "routing number", "ending balance", "beginning balance", "total deposits", "total withdrawals", "service charge", "interest earned", "atm", "check", "checks", "transfer", "fee"]
79
  },
80
  "tax document": {
81
  "description": "Tax-related paperwork such as W-2 forms, 1099 forms, tax returns, or IRS correspondence.",