How it works
Upload a PDF and the tool reads each page's text along with its position, groups nearby text into columns based on horizontal alignment, and writes the result into a spreadsheet — one row per line of the PDF, one column per detected alignment group.
Why this is the hardest tool on this site to get exactly right
A PDF has no real concept of a "table" the way a spreadsheet does — it just places text at coordinates on a page. Reconstructing rows and columns from that is inherently a best guess, which is also why paid tools that do this well typically rely on much heavier machine-learning models running on a server. This tool trades some accuracy for staying fast, free, and entirely private to your device — always review the output before using it for anything important.