Summarize a PDF

This task summarizes a PDF.

Input

Description

This task summarizes a PDF.

Applications

Creating summarizations from text.

How to use the task

To execute the task you need to enter the PDF you want to summarize.

Privacy

Please do not share PDFs that contain sensitive or private information.

[1.0.0]:
First version
VersionAI ModelCreatedLink
1.0.001.10.2023

API

The REST API allows you to call the tool with the same costs as when running the tool. Please generate an Personal access token before using the REST API.

Parameters

  • pdf_document_url (PDF Document): The pdf document.
  • Call the REST API by cURL
    curl -v -H "Authorization: Bearer PERSONAL_ACCESS_TOKEN" https://api.anysolve.ai/rest/v1/u-anysolve-sh-summarize-a-pdf/1.0.0?pdf_document_url=https%3A%2F%2Farxiv.org%2Fpdf%2F1805.01788.pdf
  • Install the package with pip
    python3 -m pip install anysolve
  • Run in python3
    import os
    from anysolve import AnySolve
    anysolve_token = os.environ.get('ANYSOLVE_PERSONAL_ACCESS_TOKEN') # Resolve your personal access token here
    client = AnySolve(anysolve_token)
    res = client.run('u-anysolve-sh-summarize-a-pdf','1.0.0', {'pdf_document_url': 'https://arxiv.org/pdf/1805.01788.pdf'})
    print(res)
  • Coming soon: Within AnySolve ChatComplete prompts you can use the following command to execute the task:
    /run('u-anysolve-sh-summarize-a-pdf','1.0.0', pdf_document_url='https://arxiv.org/pdf/1805.01788.pdf')

Task infos

Author: anysolve-sh
Status: Published
Version: 1.0.0
Runs: 4 times
Favorites: 1
Average costs: 128 Credits (0.128 EUR)
Created: 01.10.2023