Use pdfplumber to parse a PDF of state-chartered banks in Montana.
A Jupyter notebook demonstrating how to use pdfplumber to extract data from a PDF.
We’ll parse a short PDF of state-chartered banks in Montana and flatten the data so that one record = one branch, then write out to a JSON file.