This commit is contained in:
Timothy Jaeryang Baek 2025-05-06 00:46:32 +04:00
parent 0a8199a056
commit e63b8b3879

View File

@ -90,7 +90,7 @@ class TikaLoader:
self.file_path = file_path
self.mime_type = mime_type
self.exextract_images = extract_images
self.extract_images = extract_images
def load(self) -> list[Document]:
with open(self.file_path, "rb") as f: