Update src/document_ingestion/document_processor.py
Browse files
src/document_ingestion/document_processor.py
CHANGED
|
@@ -31,7 +31,7 @@ class DocumentProcessor:
|
|
| 31 |
chunk_overlap=chunk_overlap
|
| 32 |
)
|
| 33 |
|
| 34 |
-
def
|
| 35 |
"""Load multiple PDFs and return a combined list of chunks"""
|
| 36 |
all_documents = []
|
| 37 |
|
|
|
|
| 31 |
chunk_overlap=chunk_overlap
|
| 32 |
)
|
| 33 |
|
| 34 |
+
def process_pdf(self, file_paths: List[str]):
|
| 35 |
"""Load multiple PDFs and return a combined list of chunks"""
|
| 36 |
all_documents = []
|
| 37 |
|