ragflow / deepdoc /parser /__init__.py
KevinHuSh
add use layout or not option (#145)
b085dec
raw
history blame
219 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