Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 1.9 KB

README.md

File metadata and controls

73 lines (54 loc) · 1.9 KB

Vishesh Bansal

Trie SpellCheck

A spell checker using Tries and Optical Character Recognition


Trie Spellchecker is a Trie-based implemented Spell Checker that finds mistakes in OCR scanned text. DSA Project (CSE2011)

Made By:

Vishesh Bansal - 20BCE2301

Features

  • Gets text using Optical Character Recognition (OCR)
  • Traverses dictionary using Tries and displays spelling mistakes

Dependencies

  • Node.js
  • Yarn

Running

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.

Directions to install

yarn install

Directions to execute

yarn start

Demo

demo.mp4

Contributors

Vishesh Bansal

Vishesh Bansal

GitHub LinkedIn

Made with ❤️ by Vishesh Bansal