Trie Spellchecker is a Trie-based implemented Spell Checker that finds mistakes in OCR scanned text. DSA Project (CSE2011)
Vishesh Bansal - 20BCE2301
- Gets text using Optical Character Recognition (OCR)
- Traverses dictionary using Tries and displays spelling mistakes
- Node.js
- Yarn
Create a .env in the root folder and add your API KEY as API_KEY="YOUR_API_KEY"
after getting your API Key from here and save it.
yarn install
yarn start
demo.mp4
Vishesh Bansal |
Made with ❤️ by Vishesh Bansal