open Source project to get words from "words.pdf" and convert it to "words.json".
Code discovered 99% of words inside "words.pdf"
Usage: using json file in making guess word games and get data to use it in IR systems
I used pycharm community edition to create this project by the power of Python 3.8.1
Notes: install PyPDF2 library to play with any pdf file
final words, I know that code is not perfect and code cant get all the words from "words.pdf",you can forked the code and play with it as much you need.
Adding MIT license to make it easy to play with it