mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-07-04 07:26:22 +00: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
|