How to count words in a PDF
Count words in a text PDF, understand why totals differ, and learn what to do with scanned pages.
You have a PDF and need a word count for an assignment, translation quote, editing job, or publishing limit. Copying the whole document into Word works sometimes. Tables, footnotes, columns, and scanned pages are where that shortcut starts to wobble.
Count the text already inside the PDF
If you can select a sentence in the document, the PDF probably has a text layer. A word counter can read that layer directly, so there is no need to convert the file or disturb its layout.
Open the PDF Word Counter, choose the file, and run the count. It reports words, characters, and pages locally in your browser. The document is not uploaded.
Why counts can differ from Word or Google Docs
A PDF stores text by position rather than as a flowing document. A line break may divide one sentence, a table may be read cell by cell, and a hyphen at the end of a line may survive extraction. Word processors can interpret those details differently.
For a formal limit, use one method consistently and record which file you counted. The PDF result represents the text available to extraction in that final document.
What about scanned PDFs?
A scan can look full of words while containing only page images. Without OCR, there is no text for a word counter to read, so the result may be zero or unexpectedly low. Convert the scan with OCR first, then count the extracted text and check uncertain names or numbers against the page image.
Words are not tokens
A word count answers editorial questions. A token count answers how much text an AI model will process. One word can become one token or several, depending on language and punctuation. Use the PDF Token Counter when the document is headed to an AI chat or API.