Extract from a PDF URL? #485
-
Hi, is it possible to extract text from a PDF file by opening a URL to the document or does the document need to be on a local drive? |
Beta Was this translation helpful? Give feedback.
Answered by
samkit-jain
Aug 3, 2021
Replies: 1 comment
-
Hi @SentBackInTime There's no direct support for loading PDFs directly from a URL. You can however download the file from the URL and then pass it to pdfplumber. An example can be found at #132 (comment). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jsvine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @SentBackInTime There's no direct support for loading PDFs directly from a URL. You can however download the file from the URL and then pass it to pdfplumber. An example can be found at #132 (comment).