mratanusarkar's picture
add: pypdf2 loader text loader
391b2f3
raw
history blame
363 Bytes
from .document_loader import (
ImageLoader,
MarkerTextLoader,
PyMuPDF4LLMTextLoader,
PyPDF2TextLoader,
TextImageLoader,
)
from .retrieval import MultiModalRetriever
__all__ = [
"PyMuPDF4LLMTextLoader",
"PyPDF2TextLoader",
"MarkerTextLoader",
"ImageLoader",
"TextImageLoader",
"MultiModalRetriever",
]