Recog is a cloud-based markdown editor that is capable of translating handwritten notes into text. Simply create a new document and upload a scanned image, and it will analyse the text and append it to the document.
It also is a fully functional markdown editor capable of creating lists, bullet points, rendering code and formatting. All of your documents are stored in Google Firebase, which allows for seamless access and editing anywhere, anytime.
- Firebase for authentication, storage and database
- Microsoft Cognitive for text recognition
- React JS for UI.
.
+-- recog
+-- public
| +-- index.html
| +-- manifest.json
| +-- robots.txt
+-- src
| +-- helpers
| | +-- auth.js
| | +-- history.js
| +-- pages
| | +-- Create.js
| | +-- Home.js
| | +-- Login.js
| +-- App.css
| +-- App.js
| +-- index.css
| +-- index.js
| +-- header.html
| +-- serviceWorker.js
+-- firebase.json
+-- firestore.indexes.json
+-- firestore.rules
+-- package.json
+-- storage.rules
- Rendering KaTeX in markdown.
- Recognising mathematical text on paper.
- Multiple users editing one file.