ragflow / deepdoc /parser /__init__.py
KevinHuSh
apply pep8 formalize (#155)
79ada0b
raw
history blame
217 Bytes
from .pdf_parser import HuParser as PdfParser, PlainParser
from .docx_parser import HuDocxParser as DocxParser
from .excel_parser import HuExcelParser as ExcelParser
from .ppt_parser import HuPptParser as PptParser