A Node app built with MongoDB, Angular, AWS SNS and interfacing with Tesseract, OpenOCR Project.
Presently, Tesseract can recognise various types of images, pdf and text across 100+ languages. (You will have to manually setup the tesseract API service)
- Node and npm
- MongoDB: Make sure you have your own local
config/database.js
- Clone the repository (Put in your Tesseract service URL, AWS SNS Account ID and Secret Key)
- Install the application:
npm install
- Place your own MongoDB URI in
config/database.js
- Start the server:
node server.js
- View in browser at
http://localhost:8080
- After sms has been received. Use the link to access(Alternative,flightbuddy db for Identities collection)
Will look something like:
http://localhost:8080/verified?phone={phone number}&otp={otp sent}
- OCR test images could be found in this respository.
Screenshots are being stored inside flightbuddy_screenshots
folder.