ReadReview / deepdoc /parser /__init__.py
root
first commit
7a919c0
raw
history blame
No virus
210 Bytes
from .pdf_parser import RAGFlowPdfParser
from .pdf_parser import PlainParser
from .docx_parser import RAGFlowDocxParser
from .excel_parser import RAGFlowExcelParser
from .ppt_parser import RAGFlowPptParser