Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 341 Bytes

File metadata and controls

10 lines (8 loc) · 341 Bytes

PDF Table Parser

A tool to extract tables from PDF files, filter them, merge/split, and export to CSV or JSON.

Features

  • Extracts tables from PDF using pdfplumber or camelot
  • Filters columns and rows based on user conditions
  • Merges multiple tables into one
  • Splits tables based on conditions
  • Exports tables to CSV and JSON