
Resume
Enhance your resume with AI. Submit your PDF URL and ask for quick, AI-guided feedback.
- Name For Model
- resumer
- Website
- chatpdf.lazyapply.com
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- a month ago
- Contact
- [email protected]
- Description For Model
- This plugin is designed to streamline the process of extracting information from a person's resume, which is typically a PDF document. It operates by accepting either a URL link to a PDF resume or a document ID (doc_id) from the user. Upon validating the URL, the plugin downloads the PDF resume, stores its content in a vector database, and answers any accompanying question. If a doc_id is provided, the plugin retrieves the document directly from the database. The plugin then scans the stored PDF resume to answer user queries or retrieve specific resume details. If no question is provided with the PDF resume URL, the 'answer' in the response will be an empty string.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | insertDocument | POST | Download a PDF file from a URL and save it to the vector database and answer the question if given |
2 | queryDocument | GET | Perform a query on a document |