Best Flask open-source libraries and packages

Podofo

A simple pdf search engine with flask
Updated 1 year ago

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
Tags sqlite python