Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Feb 16, 2024
1 parent e920194 commit d2950b2
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit d2950b2

Please sign in to comment.