mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-22 14:10:01 +08: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
|