Skip to content

Instantly share code, notes, and snippets.

@jarvisab
jarvisab / pdf_table_extractor.py
Created October 4, 2025 14:46
PDF Table Extractor
#!/usr/bin/env python3
"""
PDF Table Extractor
Extracts tables from PDF files and saves them as CSV files.
Each table is saved separately with page & table numbers in the filename.
Requirements:
pip install pdfplumber pandas