fahmifan / bank-statement-parser-id

MIT License
2 stars 2 forks source link

Issue UI BCA error because new PDF report format since Oct 2024 #3

Open iniakunhuda opened 2 weeks ago

iniakunhuda commented 2 weeks ago

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)

image

Success Parsing (BCA Statement Report - Before Oct 2024)

image
fahmifan commented 2 weeks ago

Hi thanks for reporting! I'll need to check the new bca statement pdf file first and see how to fix it