VieVie31 / podofo

A simple pdf search engine with flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple pdf search engine with flask

License:MIT License


Languages

Language:Python 77.4%Language:CSS 12.3%Language:HTML 9.9%Language:Shell 0.4%