Vedant Kulkarni
Vedant Kulkarni
If you have installed it globally with `npm`, you can uninstall it by running the following: ``` > npm rm -g serve ```
Hi @tobiaswild, Yes I can reproduce this issue too (Arch Linux) - seems like an issue with the `serve-handler` module. Let me take a deeper look into what might be...
I think this intended behaviour, but it makes more sense to serve it only if the requested page does not exist. This would mean adding a `single` option to the...
Could be related to https://github.com/termux/termux-packages/discussions/10793
Hi, Sorry for the late reply. This library uses [`pdf-parse`](https://www.npmjs.com/package/pdf-parse) to parse pdf text content. You could open an issue on its [repo](https://gitlab.com/autokent/pdf-parse), or try using a different pdf parsing...
Hi, Thanks for opening this issue! I would definitely like this to be the default behaviour of the library, not sure why I hadn't done this in the first place....
> Not sure how many users you have that need no format changes. I have no idea either, but you're right - it is a breaking change, and to be...
That said, I am open to adding more options that configure the format of the output.
Hi, `office-text-extractor` uses [`mammoth`](https://github.com/mwilliamson/mammoth.js) under the hood to parse ms word files. `mammoth` [does not support](https://github.com/mwilliamson/mammoth.js/issues/2) extracting text from docx files. I tried to write an extractor for it myself,...
Great, I'll start working on a PR this weekend! I'll also take a look at #28.