MCPcopy
hub / github.com/bhaskatripathi/pdfGPT / download_pdf

Function download_pdf

api.py:20–21  ·  view source on GitHub ↗
(url, output_path)

Source from the content-addressed store, hash-verified

18
19
20def download_pdf(url, output_path):
21 urllib.request.urlretrieve(url, output_path)
22
23
24def preprocess(text):

Callers 1

ask_urlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected