Skip to content

asgarzee/ocr_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Ocr Implementation

Installation

1. Install dependencies

sudo apt-get install tesseract-ocr

2. Setup Virtual Environment

For virtualenv follow instructions at: http://pypi.python.org/pypi/virtualenv

sudo pip install -U pip
sudo pip install virtualenv

3. Get the latest source code

git clone *******

4. Create and Activate Virtual Environment

virtualenv -p python3 myenv
source myenv/bin/activate

5. Get libraries

pip install -r requirements.txt

6. Initialise the database

python manage.py migrate

9. Run local server

python manage.py runserver

10. Visit the following url to get started

http://localhost:8000/index/

About

This is a simple OCR implementation in Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published