Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano authored Aug 16, 2024
1 parent feec71c commit 012a4f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# structure-vision

Streamlit application, visualising the structures extracted by [Grobid](https://github.com/kermitt2/grobid) that include PDF coordinates.
It uses the Streamlit component [streamlit-pdf-viewer](https://github.com/lfoppiano/streamlit-pdf-viewer) we've been developing.

This application allows you to visualise the following components:
- authors
Expand All @@ -13,6 +14,8 @@ This application allows you to visualise the following components:
- formulas
- bibliographic references

In addition, the sidebar contains other options, mostly for testing the various

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

![screenshot1.png](docs%2Fscreenshot1.png)
Expand All @@ -28,7 +31,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 the public, install it in the following way (if you don't have access, you can ask me: lucanoro AT duck.com)
To install the Streamlit PDF viewer via github:

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

0 comments on commit 012a4f3

Please sign in to comment.