innodatalabs / redstork-ui

Demo app: PDF viewer using redstork PDF backend
MIT License
2 stars 0 forks source link

redstork-ui

A simple PDF viewer, demonstrating how to use redstork PDF parser.

Requirements

  1. Python 3.6+

Running

We recommend using virtual environment

python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt

python -m ui