PDF에서 표를 추출하여 CSV, JSON, Markdown으로 내보냅니다.
클릭하여 파일 선택 또는 파일을 끌어다 놓으세요
PDF 파일
파일이 기기 밖으로 나가지 않습니다.
Processing...
파일을 클릭하거나 끌어다 놓아 시작하세요
처리 버튼을 눌러 변환을 시작하세요
완성된 파일을 바로 저장하세요
CSV opens in Excel, Google Sheets, or any database import. JSON gives an array of rows, each an array of cell strings, for scripts and APIs. Markdown gives a pipe table you can paste into GitHub, a wiki, or documentation.
Each table is saved as its own file, named like table_1_page3.csv, and all of them are bundled into filename_tables.zip. A single table downloads directly as filename_table.csv, .json, or .md. If you'd rather have every table in one file, use PDF to CSV.
Detection works on the document's text layer. Scanned PDFs contain only an image, so run them through OCR PDF first. Text that only looks like a table because of spacing, with no table structure, may also go undetected.
No. Each page is scanned separately, so a table that spans pages is exported as one file per page, each with the page number in its name. Join the pieces in a spreadsheet after extraction.
The whole document is always scanned, though the page number in each filename tells you where a table came from. To limit the scan, save the pages you need first with Extract Pages and run this tool on the smaller file.
Yes. Cells containing commas, quotes, or newlines are wrapped in double quotes with inner quotes doubled, so spreadsheet software reads them correctly. Empty cells are written as empty fields.
If the file needs a password to open, you're asked for it before extraction starts, and the tables are read from a decrypted copy held in memory.
No. The detection engine (PyMuPDF compiled to WebAssembly) is downloaded from a CDN the first time you use it, then runs inside your browser. Your PDF stays on your device.