Three ways to mark where one page ends
The single option on this page, Page separators, decides how the pages are stitched together, and the three settings produce genuinely different files.
Page markers (--- Page N ---) is the default. Each page’s text is preceded by a line reading three hyphens, the word Page, the number, and three more hyphens, and consecutive pages are separated by a blank line. This is the setting to use when you are citing a source or need to find your way back to page 47 of the original.
Blank line between pages drops the markers and joins the pages with an empty line between them, which reads like a normal document. No separators (one block of text) joins them with a single newline, producing the most compact result and the one best suited to pasting into another tool that just wants the words.
Whichever you pick, each page is tidied first: runs of spaces and tabs collapse to a single space, and leading and trailing whitespace goes. Nothing else is rewritten.
Pulling a quotable text file out of a 40-page report
- Drop the PDF onto the box, or use Choose a file. The dropzone only accepts .pdf, and anything else is rejected before processing with a message naming the unsupported file.
- Leave Page separators on the default marker setting if you will need to cite page numbers, or switch it to No separators (one block of text) if you just want the prose.
- Click PDF to Text. The bar moves to ten percent while the document opens, then holds there for the extraction pass.
- Click the Download link that appears, which is named after your PDF with a .txt extension.
- Use Process another to clear the box and run a second document.
Fragments, spaces, and the columns that collapse
A PDF does not store sentences. It stores instructions for painting glyphs at coordinates, and the engine hands those back as a list of text items, often one per word and sometimes several per word where kerning or a ligature split it. This tool joins those items with a single space.
That choice has a visible consequence. Joining with nothing at all would fuse adjacent words into one, which is worse, so a space it is, and the price is that a word the PDF happened to emit in two pieces comes out with a space in the middle. Three fragments reading hy, phen and ated arrive as three space-separated tokens.
The same mechanism is what flattens layout. Items are joined in the order the page’s content stream produced them, not in visual reading order, so a two-column article can interleave and a table becomes a run of cell contents with no structure left. What you get is reliably the words on the page. What you do not get is the page.
For a document whose structure actually matters, converting the source rather than the PDF is usually the better move, which is what Convert Word to Markdown does with headings, lists and tables intact.
The all-or-nothing scanned check
Before anything is written, the extracted pages are checked against a simple rule: if the average number of words per page across the whole document is below one, the document is treated as scanned. When that trips, the output file is replaced in its entirety by a short notice explaining that no extractable text was found and pointing at optical character recognition as the fix.
Two things follow from that being an average rather than a per-page test. A five-page PDF with four words on the first page and nothing on the other four averages 0.8, so it trips the check and those four words are discarded along with everything else. Meanwhile a three-page document with a single word on each page averages exactly 1.0 and passes, producing a nearly empty but genuine text file.
Both of those are edge cases you will probably never hit, but they explain the notice if you ever see it on a file you know has words in it.
Two tools that belong either side of this one
If the notice does appear and your PDF really is a scan, run it through OCR PDF first. That tool renders each page, reads the pixels, and writes an invisible text layer back into the PDF at the right coordinates, leaving the visible page untouched. The result is a normal text-bearing PDF that this page can then extract from in the usual way.
On the other side, once you have the text, Word Counter will give you words, characters, sentences, paragraphs and a reading-time estimate from a paste. If all you want is the count and never the text itself, skip this page entirely and use PDF Word Counter, which runs the same extraction and hands back totals plus a per-page breakdown instead of the document’s prose. The rest of the collection is on the PDF tools hub.

