Skip to content

Commit eab62ed

Browse files
committed
cosmetics
1 parent 742c832 commit eab62ed

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,31 @@
22

33
Component allowing the visualisation and manipulation of PDF documents in streamlit
44

5-
**Work in progress**
5+
**Work in progress**
66

7-
## Installation instructions
7+
We are early in the development, looking for contributors.
8+
Currently, it has been tested on Chrome and Firefox.
9+
10+
![img.png](img.png)
11+
12+
You can see an [application](https://github.com/lfoppiano/structure-vision) in action [here](https://structure-vision.streamlit.app/).
13+
14+
## Getting started
815

916
```sh
1017
pip install streamlit-pdf-viewer
1118
```
1219

13-
## Usage instructions
20+
In your streamlit application, you can use it as:
1421

1522
```python
1623
import streamlit as st
1724
from streamlit_pdf_viewer import pdf_viewer
1825

19-
value = pdf_viewer("str, path or bytes")
26+
pdf_viewer("str, path or bytes")
2027
```
2128

2229

23-
## Current status
24-
25-
We are early in the development, looking for contributors.
26-
Currently, it has been tested on Chrome and Firefox.
27-
28-
![img.png](img.png)
29-
30-
You can see an [application](https://github.com/lfoppiano/structure-vision) in action [here](https://structure-vision.streamlit.app/).
31-
3230

3331
## Developers notes
3432

0 commit comments

Comments
 (0)