Skip to content

Data structure project to detect spelling errors using Optical Character Recognition technique, extracting texts from images and then finding spelling errors

Notifications You must be signed in to change notification settings

pixelcaliber/ProofRead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProofRead

A spell checker using Tries and Optical Character Recognition (OCR)


ProofRead is a Trie-based implemented Spell Checker that finds mistakes in OCR scanned text. DSA Project.

Made By:

Abhinav Pandey - pixelcaliber

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

Made with ❤️ by Abhinav Pandey

About

Data structure project to detect spelling errors using Optical Character Recognition technique, extracting texts from images and then finding spelling errors

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published