ICIJ / node-tika

Apache Tika bridge for Node.js. Text and metadata extraction, language detection and more.
MIT License
138 stars 36 forks source link

Dependency upgrades and npm test script #19

Closed jadaradix closed 7 years ago

jadaradix commented 7 years ago

The java dependency at version 0.7.2 under node.js version 7.5 does not work; 0.8 is required. I ran npm-check-updates to upgrade all dependencies in package.json. To verify this worked, I tried to run the tests (which are very good), but node-ism npm test didn't work, so I added a test script to run mocha as well. All tests are passing and tika is working on the latest node.js version. 🎉

At Beamery we are using tika to extract text from URLs and appreciate ICIJ's hard work.

mattcg commented 7 years ago

Thank you for this 💖

Unfortunately I've fallen behind on development of this, as we've moved from Node to Java. Check out Extract if that works for your stack and let me know what you think.