File size: 472 Bytes
e94100d
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/python3
# -*- coding: utf-8 -*-
from toolbox.to_markdown.aliyun_to_markdown import AliyunToMarkdown
from toolbox.to_markdown.excel_to_markdown import ExcelToMarkdown
from toolbox.to_markdown.html_to_markdown import HtmlToMarkdown
from toolbox.to_markdown.pdf_to_markdown import AsposeWordsPdf2Md, PyMuPdf2Llm
from toolbox.to_markdown.pptx_to_markdown import Pptx2md
from toolbox.to_markdown.word_to_markdown import Docx2md


if __name__ == "__main__":
    pass