ragflow / deepdoc /parser /__init__.py
KevinHuSh
refactor code (#583)
2d09c38
raw
history blame
240 Bytes
from .pdf_parser import RAGFlowPdfParser as PdfParser, PlainParser
from .docx_parser import RAGFlowDocxParser as DocxParser
from .excel_parser import RAGFlowExcelParser as ExcelParser
from .ppt_parser import RAGFlowPptParser as PptParser