We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd271b8 commit fe75bbbCopy full SHA for fe75bbb
deepdoc/__init__.py
@@ -25,6 +25,7 @@
25
"PdfParser",
26
"PlainParser",
27
"DocxParser",
28
+ "DoclingParser",
29
"ExcelParser",
30
"PptParser",
31
"HtmlParser",
deepdoc/parser/__init__.py
@@ -15,6 +15,7 @@
15
#
16
17
from .docx_parser import RAGFlowDocxParser as DocxParser
18
+from .docling_parser import DoclingParser
19
from .excel_parser import RAGFlowExcelParser as ExcelParser
20
from .html_parser import RAGFlowHtmlParser as HtmlParser
21
from .json_parser import RAGFlowJsonParser as JsonParser
@@ -29,6 +30,7 @@
32
33
34
35
36
0 commit comments