You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
On the readme, since these are going to be used by anyone not running the node script directly.
The text was updated successfully, but these errors were encountered: