David Bashford

Results 96 comments of David Bashford

Made a new issue #27, and addressed the problem. New release out. I'll look into the links you had for the ppt stuff.

Hrm, think that looks like a ton of work.

Good stuff! The nuking of two spaces to one was a conscious decision on my part. It doesn't effect the text. When you say there is an issue in the...

In the end what I'm doing is an across the board reduction of more than 1 space down to 1 space. This is moreso to avoid things like... > end...

The first replacement replaces the 2nd space of a 2 space group, not single spaces. ```js if ( options.preserveLineBreaks ) { text = text.replace( WHITELIST_PRESERVE_LINEBREAKS, ' ' ); } else...

FWIW, if you've got a case where you need all the spaces removed regardless, its a simple regex/replace after textract has done its job. I'm sure that is why its...

Thanks for the PR, hope to jump in an get a few things knocked out and a new release pushed soon. I tend to wait for a few things to...

Hope to get to a few library updates soon.

That is pretty squarely out of scope here. Pages is somewhat arbitrary in many cases, and in others the concept doesn't exist. That said, going to leave this open as...

👍 I need to double back and fix a few last things and get the next version released. I can take a look at this at the same time.