ragflow / deepdoc /parser /__init__.py
KevinHuSh
init README of deepdoc, add picture processer. (#71)
41c7a59
raw
history blame
206 Bytes
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