Benjamin Loison
2d4a10da05
#2: Use
pdftotext -layout
instead of pdftotext -raw
to distinguish debit from credit
BNP PDF statement parser
Depends on pdftotext
.
Assuming file hierarchy like:
.
├── compte_de_cheques/
│ ├── 2022/
│ │ ├── 20221121.pdf
│ │ └── 20221221.pdf
│ └── 2023/
│ ├── 20230123.pdf
│ └── 20230221.pdf
livret_a/
├── 20230721.pdf
└── 20240122.pdf
Description
Languages
Python
100%