Skip to content

v0.6.0 - PowerPoint and Legacy Office Binary Support

Choose a tag to compare

@Edge-Explorer Edge-Explorer released this 05 Sep 10:39
· 65 commits to main since this release

What's New in v0.6.0

  • PowerPoint Support: Added PPTXExtractor for modern .pptx presentations, extracting slide titles as headings, text frames/bullets as list items, and slide tables into TableData grids.
  • Legacy Office Binary Formats: Added LegacyOfficeExtractor using xlrd and olefile to parse legacy Microsoft Office 97-2003 binary formats (.doc, .xls, .ppt).
  • All 43 tests passing with 0 Ruff lint errors across 15 document formats.