File tree 1 file changed +11
-13
lines changed
1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Component allowing the visualisation and manipulation of PDF documents in streamlit
4
4
5
- ** Work in progress**
5
+ ** Work in progress**
6
6
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
8
15
9
16
``` sh
10
17
pip install streamlit-pdf-viewer
11
18
```
12
19
13
- ## Usage instructions
20
+ In your streamlit application, you can use it as:
14
21
15
22
``` python
16
23
import streamlit as st
17
24
from streamlit_pdf_viewer import pdf_viewer
18
25
19
- value = pdf_viewer(" str, path or bytes" )
26
+ pdf_viewer(" str, path or bytes" )
20
27
```
21
28
22
29
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
-
32
30
33
31
## Developers notes
34
32
You can’t perform that action at this time.
0 commit comments