From d2950b2b2b787c8ec42dadd6e4cf64a89efca91b Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Fri, 16 Feb 2024 08:16:20 +0000 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index baa20e6..21e9f9e 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,23 @@ # structure-vision -**Work in progress** - Streamlit application, visualising the structures extracted by [Grobid](https://github.com/kermitt2/grobid) that include PDF coordinates. -This application allows to visualise the following components: - - paragraphs or sentences - - head of sections +This application allows you to visualise the following components: - authors - - bibliographic references + - affiliations + - title + - head of sections + - paragraphs or sentences - callout references in text - figures - formulas + - bibliographic references -https://structure-vision.streamlit.app/ +**Demo**: https://structure-vision.streamlit.app/ ![screenshot1.png](docs%2Fscreenshot1.png) -This is just a test application for [streamlit-pdf-viewer](https://github.com/lfoppiano/streamlit-pdf-viewer): a new streamlit component for visualising enhanced PDF documents. - -At the moment, a [special grobid version](https://github.com/kermitt2/grobid/pull/1068) is required. +This tool was built as a test application for [streamlit-pdf-viewer](https://github.com/lfoppiano/streamlit-pdf-viewer), a new streamlit component for visualising enhanced PDF documents. ## Getting started @@ -30,7 +28,7 @@ streamlit run streamlit_app.py ## Developer notes -**NOTE**: Till [streamlit-pdf-viewer](https://github.com/lfoppiano/streamlit-pdf-viewer) will not be open to public, install it in the following way (if you don't have access, you can ask me lucanoro AT duck.com) +**NOTE**: Till [streamlit-pdf-viewer](https://github.com/lfoppiano/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) ```shell pip install -e git+https://github.com/lfoppiano/streamlit-pdf-viewer