You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(pptx): streamline PPTX document parsing and extraction process
- Removed unused parameters and methods from PptxDocumentParser to simplify the code.
- Updated the extract method to directly extract elements from each slide using the configured extractors.
- Adjusted the BaseExtractor class to ensure it returns a list of Element objects.
- Enhanced logging for better error handling during the extraction process.
Copy file name to clipboardExpand all lines: packages/ragbits-document-search/src/ragbits/document_search/ingestion/parsers/pptx/extractors/extractors.py
0 commit comments