mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-17 00:35:26 +08:00
4 lines
153 B
Python
4 lines
153 B
Python
from .pdf_parser import HuParser as PdfParser
|
|
from .docx_parser import HuDocxParser as DocxParser
|
|
from .excel_parser import HuExcelParser as ExcelParser
|