pdf_statement_reader icon indicating copy to clipboard operation
pdf_statement_reader copied to clipboard

Python library and command line tool for parsing pdf bank statements

Results 14 pdf_statement_reader issues
Sort by recently updated
recently updated
newest added

The Australian Citibank cheque account uses graphics rather than text for statement columns (ie can't swipe it like the transactions) so pdf_statement_reader can't detect the start of the columns. It...

Done at https://github.com/marlanperumal/pdf_statement_reader/issues/33#issuecomment-865017265 (pdf at #30). ``` Date Transaction Debit Credit Balance 01 Jul 2018 OPENING BALANCE $1,384.89 CR 01 Jul DEBIT INTEREST CHARGED on this account to June 30....

Use regular expression operations on numeric fields to discard all characters except numbers and decimal separator, and identify negative values by a leading or trailing '-' or case insensitive 'DR'....

Add a CONTRIBUTING.md file with guidelines on how to contribute to the project