harshankur / officeParser

A Node.js library to parse text out of any office file. Currently supports docx, pptx, xlsx and odt, odp, ods..
MIT License
123 stars 17 forks source link

feat: add new config option for powerpoint slide delimiter #26

Open remirobichet opened 7 months ago

remirobichet commented 7 months ago

I added a simple config entry to customize the delimiter for powerpoint slides. Keeps compatibility with existing newlineDelimiter config in powerpoint.

harshankur commented 7 months ago

This is probably not right as it would use the same delimiter between slides and notes too.