Skip to content

Academy-Omen/django-ocr-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django OCR Scanner

Set up

Steps:

  1. Clone/pull/download this repository
git clone https://github.com/Academy-Omen/django-ocr-scanner.git
  1. Create a virtualenv with python -m venv env
  2. Activate virtual environment source env/bin/activate
  3. Install dependencies with pip install -r requirements.txt
  4. Run the server with python manage.py runserver

Releases

No releases published

Packages

No packages published