Created
August 6, 2023 14:24
-
-
Save abhijeet-talaulikar/a7c7f2304cd1ba39f1c3cb1e32d4369f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Read text from PDF file ### | |
def read_pdf(file): | |
loader = OnlinePDFLoader(file) | |
documents = loader.load() | |
return documents |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment