mratanusarkar's picture
add: marker image loader + docs + corrections
331f289
raw
history blame
355 Bytes
from .image_loader import MarkerImageLoader, PDF2ImageLoader
from .text_loader import (
MarkerTextLoader,
PDFPlumberTextLoader,
PyMuPDF4LLMTextLoader,
PyPDF2TextLoader,
)
__all__ = [
"PyMuPDF4LLMTextLoader",
"PyPDF2TextLoader",
"PDFPlumberTextLoader",
"MarkerTextLoader",
"PDF2ImageLoader",
"MarkerImageLoader",
]