ragflow / rag /parser /__init__.py
KevinHuSh
build python version rag-flow (#21)
3079197
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