How can I get the word count of a PDF file?
|
If on Unix, you can use and then do the word count in the generated file. If on Unix, you can use:
to get the word count. Also, see the comment by frabjous - basically, you can do it in one step by piping to
|
|||||||
|
|
I just tried out a free program, Translator's Abacus. You can drag and drop various file types (including PDF), and it pops up a browser with a printable report of the word count for each document. It worked fine for me. (It is specifically created for word counts and is only 435 KB... that is, not a "big application"). Alternatively: you can just Ctrl+A to select all text in Acrobat Reader and then copy-paste it into a program like Microsoft Word (which has a word count on the status bar at the bottom of the screen). |
|||||||||
|
|
This is a hard task not not easy to solve. If you really want an exact result, copy paragraph by paragraph for your PDF viewer into a text file and check it with the A way around is only to count words starting with a char out of [A-Za-z]. So what I usally do is a two step approach:
I know this could be done within a one liner, but then I could not easily see the filter result from the first step. |
|||
|
|
|
I find the word counter included in abracadabra tools convenient. The installation is a bit quirky though. |
|||
|
|
|
Ctrl+Shift+F enter advanced search type the word and it will count how many times it is in the doc. It is not rocket science. |
|||||
|