Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.01 KB

Generate a Word Cloud from any pdf

To generate a word cloud from a pdf, add the name of the pdf in main.py. Also, provide the starting page number & the ending page which the word cloud generator should consider.

Here are some examples

Indian Constitution


word cloud of Indian Constitution

The pdf of Indian Constitution was downloaded from the website of Ministry of Law and Justice (Legislative Department).

Animal Farm by George Orwell


word cloud of Animal Farm by George Orwell

Pride and Prejudice by Jane Austen


word cloud of Pride and Prejudice by Jane Austen

Animal farm and Pride & Prejudice were downloaded from the website of Project Gutenberg

Requirements


Python

PyPDF2(https://github.com/mstamy2/PyPDF2)

word_cloud(https://github.com/amueller/word_cloud)