mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-07-05 08:01:10 +00:00
7 lines
217 B
Python
7 lines
217 B
Python
|
|
|
|
from .pdf_parser import HuParser as PdfParser, PlainParser
|
|
from .docx_parser import HuDocxParser as DocxParser
|
|
from .excel_parser import HuExcelParser as ExcelParser
|
|
from .ppt_parser import HuPptParser as PptParser
|