PDF to text
What PDF to text actually does
Plain text extraction fails in one specific way that is easy to miss: on a multi-column page the words are all present but the sentences are interleaved, so the file looks fine until it is read. This workbench detects the column bands on each page, reports how many it found, and lets the decision be overridden per conversion. The extracted text of the selected page is shown beside the result so the ordering can be checked against the source rather than trusted.
How to use it
- Choose a PDF up to 60 MB and 200 pages; nothing leaves the tab.
- Follow the detected columns or read straight across, and narrow to a page range such as 1-3,7 when only part of the document matters.
- Check the per-page line and column counts, edit the text if needed, then copy or download it.
Useful for
- Get quotable, searchable text out of a two-column paper without the columns interleaving.
- Extract a page range from a long report as plain text for a search index or a prompt.
- Check whether a PDF actually carries text before sending it through OCR.
Limits worth knowing
- Plain text has no headings, lists or tables; a table becomes aligned words on a line. The Markdown and CSV routes keep that structure.
- Reading order is inferred from geometry, so a poster, a form, or a heavily overlapped layout can still come out in an odd order.
- Image-only pages produce nothing here and are named page by page.
Questions people ask
Why is text copied from a PDF viewer sometimes scrambled?
A viewer copies in the order the glyphs were drawn, which is not always the order they are read. This tool groups text into column bands and reads each band top to bottom instead.
How do I extract only some pages?
Enter a range such as 1-3,7 in the pages field. Pages outside the range stay listed but are marked as not in range.
Is the PDF uploaded?
No. Reading, assembly, editing and download happen in this browser tab with locally bundled code.