Code Monkey home page Code Monkey logo

notes2ppt's Introduction

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 

#OCR 
A typical OCR system consists of the following steps:
• image preprocessing, e.g. noise attenuation, correction of image orientation;
• image binarization, usually performed adaptively [2];
• segmentation [3], usually hierarchical (recognizing page layout, detecting text areas (and tables, figures etc.), then text paragraphs, individual lines, then segmenting lines into words, and finally words into characters);
• actual recognition (supervised or unsupervised) [4, 5];
• spellchecker-guided postprocessing;
• saving output in some popular format (html, PDF, LaTeX)

notes2ppt's People

Contributors

gsengupta2810 avatar swapnil-ss avatar asumasarutobi avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.