TikaOnDotNet 1.4 Released as a Nuget
July 12, 2013
A while back I shared a post about how we were successfully able to use the excellent , yet Java based Tika text extraction library in our .NET based applications. Along side that post I also created a GitHub repo where the code for TikaOnDotNet lives and is maintained. At Dovetail Software we continue to use this library with great success on the .NET platform. Externally I’ve gotten responses from people using the ideas in the project but often they have problems creating their own release or getting Tika up and running in their projects. Today I gave the project some love and some polish and updated it to support being consumed as a Nuget package which makes it really easy to use from your code base. Let’s take a look at how to use Tika in your .Net projects.…