mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-26 21:26:34 +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
|