Spaces:
Runtime error
Runtime error
Yijun-Yang
commited on
Commit
·
1f68d7e
1
Parent(s):
64749a7
packagesfixed
Browse files
deepdoc/parser/__init__.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
from .pdf_parser import RAGFlowPdfParser
|
4 |
from .pdf_parser import PlainParser
|
5 |
-
from .docx_parser import RAGFlowDocxParser
|
6 |
-
from .excel_parser import RAGFlowExcelParser
|
7 |
-
from .ppt_parser import RAGFlowPptParser
|
8 |
|
|
|
2 |
|
3 |
from .pdf_parser import RAGFlowPdfParser
|
4 |
from .pdf_parser import PlainParser
|
5 |
+
# from .docx_parser import RAGFlowDocxParser
|
6 |
+
# from .excel_parser import RAGFlowExcelParser
|
7 |
+
# from .ppt_parser import RAGFlowPptParser
|
8 |
|