This is a simple app that allows you to digitize your personal recipe collection. The OCR is capable of reading text from pictures taken from smartphones or pdf images. The higher the quality image, the more accurate the OCR is able to read text. In this app a user will also be able to orginize their collection into sub categories called "books".
https://the-drawer.herokuapp.com/
- Node.js
- React/Redux
- Express
- PostgreSQL
- AWS
- Microsoft azure
- micro-soft-vision
- Upload images from pictures
- Create Books to orginize recipes
- Create recipes from scrtch
- Remove recipes/books
- Remove recipes from books
To create a new recipe the user can either enter a recipe from scratch or use a picture stored on their computer.
Once the user has chosen a picture, either from their computer or one they have taken themselves, they simply need to follow the
prompts to populate the recipe form with the text that was ripped from the image.

All the users recipes will be collectied in a single location where they can edit, delete, or move the recipe into a new location called a book

A User can create a "Book" where they can place recipes therein. Here a user also has access to create, delete, or remove the recipe form the book


