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