mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-09-03 13:27:06 +00:00

### What problem does this PR solve? Add support for HTML file ### Type of change - [x] New Feature (non-breaking change which adds functionality)
8 lines
297 B
Python
8 lines
297 B
Python
|
|
|
|
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
|
|
from .html_parser import RAGFlowHtmlParser as HtmlParser
|