Hi, I love your project about "bank-pdf-statement-parser-id" and I've used it for daily purpose since 5 months ago. Usually BCA and Mandiri successfully parsed. But, since Oct 2024, BCA extend new format in their PDF format.
Problem:
The BCA e-statement PDF format has changed. When attempting to parse a BCA statement file, the app either fails to parse the document or throws an error due to unrecognized fields or mismatched data structure.
Current Behavior:
The app successfully parses Mandiri debit and Mandiri CC statements.
However, it encounters issues when parsing BCA statements
Some fields in the parsed BCA statements don’t align with TrxRecord structure.
Screenshot
Error Parsing (BCA Statement Report - Oct 2024)
Success Parsing (BCA Statement Report - Before Oct 2024)
Hi, I love your project about "bank-pdf-statement-parser-id" and I've used it for daily purpose since 5 months ago. Usually BCA and Mandiri successfully parsed. But, since Oct 2024, BCA extend new format in their PDF format.
Problem: The BCA e-statement PDF format has changed. When attempting to parse a BCA statement file, the app either fails to parse the document or throws an error due to unrecognized fields or mismatched data structure.
Current Behavior:
Screenshot
Error Parsing (BCA Statement Report - Oct 2024)
Success Parsing (BCA Statement Report - Before Oct 2024)