/Notes2ppt

A software to generate ppts from hand noted points

Primary LanguagePython

This project is aimed to creating a software which can generate a ppt out of hand noted points. 
Idea is to use a python ocr (pytesseract) to read the notes and use the wikipedia database to generate ppt using python-pptx( a library to create and update powerpoint(.pptx) files)   

# Dependencies 
pytesserect
python-pptx
stop-words
nltk
PyQt4

# Important Links 
Link to python-pptx documentation- https://python-pptx.readthedocs.io/en/latest/
Link to pytesseract documentation- https://pypi.python.org/pypi/pytesseract
Link to wikipedia pyton api documentation- https://pypi.python.org/pypi/wikipedia/
Link to PyQt - http://zetcode.com/gui/pyqt4/firstprograms/

# Rough outline of steps  
Preprocess images for ocr. 
Extract meaningful data using ocr.
Information retrieval techniques are needed to be used for relevent searching in the offline wikipedia database. 
The text extracted from ocr has to be checked for spelling errors, word accuracy etc. 
Text normalization has to be done, stop words have to be removed if required.
Search results need to be ranked 


#GUI 
PyQt is a possible option for creating the gui