Skip to content

rpanai/Pdf-Word-Count

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Pdf-Word-Count

Get count of words in a pdf file.

Changelog

  • added multiprocessing capabilities.
  • pep8 formatted

ToDo

  • read all pdf on a folder
  • binary package

Requirements:

This script needs Python 3+

If you don't have Python 3 installed, you just need to install python3 package :

$ sudo apt-get install python3

If you don't have pip3 installed, you just need to install pip3 using :

$ sudo apt-get install python3-pip

You may also need to install PyPDF2 if you don't already have it installed :

$ sudo pip3 install PyPDF2

Usage:

$ python3 word_count.py <filename>

About

Get count of words in a pdf file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%