Skip to content

engineeringmadness/recognize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recognize

This is the main repository for this project. Below are the steps for setting up to run this project

  1. Install python 3 from website on your machine windows or linux.

  2. Install necessary packages

    pip install django pillow opencv-python matplotlib numpy pytesseract

  3. Apply migrations to database

    python manage.py migrate

  4. To run app

    python manage.py runserver

About

Simple Python / Django based web app that allows users to Digitize documents using OCR, inline edit the extracted text, and run full text search on the documents. In collaboration with team for Smart India Hackathon 2018 Project where we came 3rd Runner Up

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors