mharrend / 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)

or here.

Azure Install in VM

  • Ubuntu 18.04 Server as VM Image. Open ports 22 and 80
  • sudo apt update
  • sudo apt install rustc libssl-dev python3-pip python3-setuptools sqlite3
  • git clone https://github.com/mharrend/podofo.git
  • cd podofo
  • pip3 install -r requirements.txt
  • 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%