Skip to content

Commit

Permalink
patch: Add xelucifrost/Teller fork change
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRektora committed Oct 24, 2024
1 parent 1171f1b commit 066a31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teller/pdf_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
r"(?P<description>.+)\s"
r"(?P<amount>-?[\d,]+\.\d{2})(?P<cr>(\-|\s*CR))?"),
'startyear': r'Statement period\s\w+\.?\s{1}\d+\,\s{1}(?P<year>[0-9]{4})',
'openbal': r'Previous balance.*(?P<balance>-?\$[\d,]+\.\d{2})(?P<cr>(\-|\s?CR))?',
'openbal': r'Previous total balance.*(?P<balance>-?\$[\d,]+\.\d{2})(?P<cr>(\-|\s?CR))?',
'closingbal': r'(?:Total) balance\s.*(?P<balance>-?\$[\d,]+\.\d{2})(?P<cr>(\-|\s?CR))?'
},
'RBC': {
Expand Down

0 comments on commit 066a31b

Please sign in to comment.