The app works off-line and is just two files: dist/index.html
and dist/app.js
.
java
available in your system Path (since we use Apache Tika's Python wrapper to convert PDF to text)npm
for the front-end$ poetry install
$ npm install
dist/index.html
$ poetry run python create_html.py <PATH TO PDF FILE>
dist/app.js
$ npm run build
$ open dist/index.html
$ npm start