Skip to content

Latest commit

 

History

History
executable file
·
40 lines (21 loc) · 685 Bytes

File metadata and controls

executable file
·
40 lines (21 loc) · 685 Bytes

PDFMiner

Python PDF Analyse System. Powered by Flask and MongoDB.

Get Started

Install independences:

sudo apt-get install python-pip mongodb

cd ~/pdfminer/

sudo pip install -r requirements.txt

Start the website:

python runserver.py

License

This software is free to use under the MIT license. See the LICENSE file for license text and copyright information.

Dependencies

Thanks to all other open-source projects(may not fully included).

Flask

Mongoengine