Skip to content

Instantly share code, notes, and snippets.

View thomaswilburn's full-sized avatar
🦝

Thomas Wilburn thomaswilburn

🦝
View GitHub Profile
@petrinkae
petrinkae / pdfplumb.py
Last active September 21, 2023 20:56
Framework for basic Python table extraction from multiple PDFs, using pandas, os, and pdfplumber
#!/usr/bin/env python
# coding: utf-8
# In[18]:
import pdfplumber as pp
import pandas as pd
import os
import numpy as np