docs/tools/pdf-to-csv.md
Extracts tables from a PDF and exports them as a CSV file. The tool scans every page for tabular data using PyMuPDF's table detection engine, then writes all found rows into a single comma-separated output.
.csv file downloads with all extracted table data.Tables from different pages are separated by blank rows in the output. Cells containing commas, quotes, or newlines are properly escaped following RFC 4180.
This tool has no configurable options. All tables found in the document are extracted and combined into a single CSV.
filename.csv file containing all detected tables.