A project to make books digital. It is a web application that help us to correct and reframe the senteces from the books so that we can create a correct digital pages for that book.
git clone https://github.com/mehtadhiraj/project-ocr.git
or Download.
- Make sure you have
node
installed on your system
- Change your directory to the project-ocr in your command promopt
- Then follow the following steps
npm install
npm start
- Start your browser and give a link
localhost:3000/
- Syncronized Scrolling.
- Image Mapping from text and vise-versa. (Double click on image area to remove highlighting from text).
- Text Suggetions and Autocomplete the text.
- Click on word you want to edit.
- Select the word from given suggestion or enter your word in a given text box to get the suitable suggestions.
- Text with different colour indicates different property they are
- red - Wrong speling
- green - Some typo mistake
- blue - Text that a user have edited.