Skip to content

This codes are to extract the words from pdf files and count the number of occurrences each word appears in the text

License

Notifications You must be signed in to change notification settings

Haosam/word-extract-from-pdf-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word-extract-from-pdf-python

This codes are to extract the words from pdf files and count the number of occurrences each word appears in the text

Install Dependencies

For Python 3.x users, run pip install pdfminer on your shell or anaconda environment

Place pdfs in pdf folder

Run txt_convert.py to convert pdf files to txt files

Run wordchecker.py to read and the txt files and calculate the number of occurrences of each word

csv file will be written in the main folder

About

This codes are to extract the words from pdf files and count the number of occurrences each word appears in the text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages