We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56caad1 commit 913764aCopy full SHA for 913764a
README.md
@@ -1,4 +1,6 @@
1
-React PDF viewer for LLM applications
+# PDF viewer for RAG applications
2
+
3
+PDF viewer component as used by [secinsights](https://github.com/run-llama/sec-insights). Using [react-pdf](https://github.com/wojtekmaj/react-pdf).
4
5
## Installation
6
@@ -49,9 +51,11 @@ function App() {
49
51
</PdfFocusProvider>
50
52
```
53
-## Dependencies
54
+## 🙏 Thanks
55
56
+Thanks to the developers of the following dependencies that we're using:
57
-- react-pdf
58
+- [react-pdf](https://github.com/wojtekmaj/react-pdf)
59
- @wojtekmaj/react-hooks
60
- react-window
61
- react-intersection-observer
0 commit comments