Added documentation (#219)
This commit is contained in:
@@ -6,6 +6,7 @@ from embedchain.utils import clean_string
|
||||
class PdfFileLoader:
|
||||
|
||||
def load_data(self, url):
|
||||
''' Load data from a PDF file. '''
|
||||
loader = PyPDFLoader(url)
|
||||
output = []
|
||||
pages = loader.load_and_split()
|
||||
|
||||
Reference in New Issue
Block a user