Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 610 Bytes

File metadata and controls

40 lines (26 loc) · 610 Bytes

IMEX

IMEX is simple image extractor that extract images from pdf it created as a experiment project made with django framework

Installaion

  • Clone this repo
git clone https://github.com/dharshan-0/imex.git
  • Go to the imex directory
cd imex
  • Install dependencies
pip install -r requirements.txt
  • Then setup db with this command
python manage.py makemigrations
python manage.py migrate
  • Run the developement server and have fun
python manage.py runserver

Note

This project is a experimental project, so it contains bugs also.