Open andrewcharnley opened 8 years ago
I wouldn't rely on the API too much since this project is still not 1.0
Not want I want to hear, it's going to be integrated into the Igaro App project and I've found it to work reliable so far.
I'll clean & document if you don't have the time, but let me know before hand else I'll fork.
Cheers, A.
The project is currently trying to convert different file formats into JS and then parses that which is not really ideal. The plan was to use dedicated parsers for each file type (and may be even plugins) and encapsulate the extraction part to those specific things instead of trying to cast everything into JS (sometimes fake JS).
I think you can rely on these versions but with the change I mentioned above, the programmatic API may change in an incompatible way.
If you have the time I'd appreciate a PR.
On the readme, since these are going to be used by anyone not running the node script directly.