Aaron Chat PDF
I'll extract, analyze & chat with multiple PDFs or Google Drive documents. Ask questions, get answers & page references.
Aaron PDF Chat is an assistant plugin that can extract, analyze, and chat with multiple PDFs or Google Drive documents. Simply provide a valid URL to a PDF, and Aaron PDF Chat will extract the information for you. It can answer questions, provide page references, and present the information in a text format. With end-to-end encryption, your privacy is ensured as the PDF content is temporarily stored in a vector database for one hour. If a URL is invalid or a PDF cannot be processed, Aaron PDF Chat will notify you and ask for another upload. Get quick and accurate information from your PDFs with Aaron PDF Chat!
How to
Comments (0)
API docs
Learn how to use Aaron PDF Chat effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "Can you help me extract information from a PDF document?"
-
Prompt 2: "I have a PDF file with research papers, can you assist me in finding specific details?"
-
Prompt 3: "I uploaded a PDF, how can I check the status of the file?"
-
Prompt 4: "I want to search for specific information in a PDF, how can I do that?"
-
Prompt 5: "Can you assist me in saving a PDF to my database?"
Features and commands
Feature/Command | Description |
---|---|
UploadPdf | This API endpoint provides a PDF file upload link for the user. Once the user indicates that the file is uploaded, call the CheckStatus API endpoint to check the current status of the file. |
SavePdfByProvidedLink | This API endpoint saves a PDF from a provided link. You need to provide the links of the PDF files you want to save in the request body. |
QueryOnPdf | This API endpoint allows you to query the PDF based on the provided input, such as a query or question about the document. It returns the query results. |
CheckStatus | This API endpoint checks the status of the uploaded PDF file. Start calling this endpoint after the user has informed that the PDF file was uploaded. If the status is "success", you can accept the user's query on the PDF file. |