| content_pdf_file | R Documentation |
These functions are used to prepare PDFs as input to the chatbot. The
content_pdf_url() function is used to provide a URL to an PDF file,
while content_pdf_file() is used to for local PDF files.
Not all providers support PDF input, so check the documentation for the provider you are using.
content_pdf_file(path)
content_pdf_url(url)
path, url |
Path or URL to a PDF file. |
A ContentPDF object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.