mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-07-19 15:01:47 +00:00
9 lines
206 B
Python
9 lines
206 B
Python
|
|
|
|
from .pdf_parser import HuParser as PdfParser
|
|
from .docx_parser import HuDocxParser as DocxParser
|
|
from .excel_parser import HuExcelParser as ExcelParser
|
|
from .ppt_parser import HuPptParser as PptParser
|
|
|
|
|