Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 830 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 830 Bytes

PoDoFo

My simple pdf search engine with flask running actually on my raspberry-pi, so I can access and search in my pdfs databe from everywhere !!

This code flask and sqlite3 for the web server and sql queries, for extracting pdfs informations it use pdfminer...

Developped on raspian jessie lite and OS X 10.9 .

Video Demo

On youtube :

[IMAGE ALT TEXT HERE] (https://www.youtube.com/watch?v=iz0-QGdS9Rg)

Azure Install in VM

Ubuntu 18.04 Server as VM Image. Open ports 22 and 80

Change shebang to python3 in run.py

  • cd app/sql
  • ./reset-db.sh
  • cd ../../
  • ./run.py