Why word counts differ from other formats
PDF stores positioned glyphs, not a flowing manuscript. Word count tools reconstruct text by reading content streams page by page, joining items in extraction order. That usually matches human reading order on well-formed exports but can scramble multi-column layouts if the extractor lacks layout heuristics.
Our counter uses pdf.js text extraction—the same family of logic many viewers use for search and copy. Counts reflect extractable text, not invisible OCR layers unless they exist as real text objects in the file.
Scanned PDFs without OCR contain images of pages, not words. Counts show zero or near-zero until OCR adds a text layer elsewhere.
Hyphenation at line breaks may count as separate tokens depending on extraction order—compare against your style guide definition of a word.
Footnotes and endnotes usually count when extracted as text; verify one sample footnote manually for thesis submissions with strict limits.