devve1 commited on
Commit
3de1057
1 Parent(s): d454573

Update ppt_parser.py

Browse files
Files changed (1) hide show
  1. ppt_parser.py +0 -5
ppt_parser.py CHANGED
@@ -17,11 +17,6 @@
17
  # - Content : Extracting slide with unique title and add the title as a metadata for a slide.
18
  # Assuming slide with unique title are the start of a new subject for the following slide
19
 
20
- from io import BytesIO
21
- from pptx import Presentation
22
- from collections import defaultdict
23
-
24
-
25
  class RAGFlowPptParser(object):
26
  def __init__(self):
27
  super().__init__()
 
17
  # - Content : Extracting slide with unique title and add the title as a metadata for a slide.
18
  # Assuming slide with unique title are the start of a new subject for the following slide
19
 
 
 
 
 
 
20
  class RAGFlowPptParser(object):
21
  def __init__(self):
22
  super().__init__()