-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Multi-Format Document Content Extraction Framework #233
base: main
Are you sure you want to change the base?
Implement Multi-Format Document Content Extraction Framework #233
Conversation
…ts (.doc, .docx, .xls, .xlsx, xlsm, .ppt and .pptx) online and local files
Hi @souzatharsis |
Hi Santosh, many thanks for your PR. I think it enables useful features to users. I'd recommend taking a look at Docling which potentially would deliver the same or better outcome with a considerably fewer lines of code. What do you think? |
Sure @souzatharsis |
This PR introduces comprehensive multi-format content extraction capabilities, enhances error handling, and adds robust test coverage. The changes enable seamless extraction of text from PDFs, Microsoft Office documents (DOC/DOCX, XLS/XLSX/XLSM, PPT/PPTX), and plain text files, supporting both local and web-hosted sources.
Fixes #1
Fixes #138
Key Enhancements
1. Enhanced PDFExtractor
2. Microsoft Office Suite Support
📄Word Documents
📎Excel Workbooks
🎞️PowerPoint Presentations
📝 Text File Processing:
3. Files from Cloud Integration Ready
4. Unified ContentExtractor
PDFExtractor
,OfficeExtractor
, andTextExtractor
for multi-format support.5. Comprehensive Test Suite