Skip to content

lfoppiano/structure-vision

Repository files navigation

structure-vision

Streamlit application, visualising the structures extracted by Grobid that include PDF coordinates.

This application allows you to visualise the following components:

  • authors
  • affiliations
  • title
  • head of sections
  • paragraphs or sentences
  • callout references in text
  • figures
  • formulas
  • bibliographic references

Demo: https://structure-vision.streamlit.app/

screenshot1.png

This tool was built as a test application for streamlit-pdf-viewer, a new streamlit component for visualising enhanced PDF documents.

Getting started

pip install -r requirements
streamlit run streamlit_app.py

Developer notes

NOTE: Till streamlit-pdf-viewer will not be open to the public, install it in the following way (if you don't have access, you can ask me: lucanoro AT duck.com)

pip install -e git+https://github.com/lfoppiano/streamlit-pdf-viewer