-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scroll to specific pages #24
Comments
In my use case this will be really helpful |
Additionally to this, it would be nice if we can navigate to a specific annotation. I'm using streamlit_pdf_viewer with an llm to ask questions about a set of pdfs and making annotations about the sources for the answers. So I display the sources along with the chat response. But if a user has several PDFs, it's complicated to navigate to all of them and search for the annotations. If there was a way to navigate to where an annotation is (at least the page) in a PDF that would work really nicely. |
Tested and worked fine for me, waiting for the stable release ;) |
I opened a new issue to discuss what was mentioned in #22 (comment).
Is it possible to scroll down a specified page?
One possible use case could be that the user wants to link information extracted from the document with specific pages.
The text was updated successfully, but these errors were encountered: