mratanusarkar's picture
add: base image loader + pdf2img from load_image
5c74069
raw
history blame
311 Bytes
from .image_loader import PDF2ImageLoader
from .text_loader import (
MarkerTextLoader,
PDFPlumberTextLoader,
PyMuPDF4LLMTextLoader,
PyPDF2TextLoader,
)
__all__ = [
"PyMuPDF4LLMTextLoader",
"PyPDF2TextLoader",
"PDFPlumberTextLoader",
"MarkerTextLoader",
"PDF2ImageLoader",
]