mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-01 16:20:59 +08: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
|