Yijun-Yang commited on
Commit
1f68d7e
1 Parent(s): 64749a7

packagesfixed

Browse files
Files changed (1) hide show
  1. deepdoc/parser/__init__.py +3 -3
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