ragflow / python /parser /__init__.py
KevinHuSh
init python part (#7)
f4456af
raw
history blame
153 Bytes
from .pdf_parser import HuParser as PdfParser
from .docx_parser import HuDocxParser as DocxParser
from .excel_parser import HuExcelParser as ExcelParser