[22] Extract debits and credits to csv/excel from PDF files with Python

Опубликовано: 19 Март 2026
на канале: Pythonic Accountant
11,047
179

This video goes into the specific steps needed to use Python, pdfplumber, and the pandas libraries to identify the debit and credit amounts on a PDF file where the amount columns only have the amounts under either Debit or Credit, making it hard to tell in each row whether the data is a debit or a credit.