From e6b8b7529bd914c6e7c86abb9f0b4bceeac15cbb Mon Sep 17 00:00:00 2001 From: Sebastian Husch Lee Date: Wed, 5 Jun 2024 12:45:34 +0200 Subject: [PATCH] Update doc string of pypdf.py (#7805) --- haystack/components/converters/pypdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haystack/components/converters/pypdf.py b/haystack/components/converters/pypdf.py index 6afdf98ce..e94c83325 100644 --- a/haystack/components/converters/pypdf.py +++ b/haystack/components/converters/pypdf.py @@ -153,7 +153,7 @@ class PyPDFToDocument: Converts PDF files to Documents. :param sources: - List of HTML file paths or ByteStream objects. + List of file paths or ByteStream objects. :param meta: Optional metadata to attach to the Documents. This value can be either a list of dictionaries or a single dictionary.