Welcome to the Repo for the Smart Lecture Notes ACM Project!
The goal of this project is to create an application that will allow the user to take a picture of handwritten notes and make that text searchable, both by words and by headings, graphics, etc.
- Application will use the onboard camera to take a picture of notes
- Application will OCR the picture (probably start with typed pages and then move on to handwritten notes)
- Application will parse that picture into headings, graphics, emphasized text, etc.
- Application will tag/name all of the headings, graphics, emphasized text, etc. to make it searchable
Note: these things will probably happen in this order
- XCode Download here
- Android Studio Download here
- Swift and a little introduction and a little video introduction
- Google Mobile Vision Read More
- Using the camera in an iOS app
- Android Development and a little introduction
- Google Mobile Vision Read More
- Using the camera in an Android app