DESCRIPTION
I have designed an android application that recognizes books titles from the library shelf using the camera and displays it as a list with other book’s info with the option to speak it.
The project has two layers:
Android application: which recognizes text from the camera photo, and then send it to the server to search for the exact book title that has these characters, and then display the search result in a list view and read it when it is selected.
Node.js server: which is responsible for searching the MongoDB database and return the search result (book title + metadata) to the Android Application to be displayed in a list view.