Noggle.TikaOnDotnet 1.20.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Noggle.TikaOnDotnet --version 1.20.2
NuGet\Install-Package Noggle.TikaOnDotnet -Version 1.20.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Noggle.TikaOnDotnet" Version="1.20.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Noggle.TikaOnDotnet --version 1.20.2
#r "nuget: Noggle.TikaOnDotnet, 1.20.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Noggle.TikaOnDotnet as a Cake Addin
#addin nuget:?package=Noggle.TikaOnDotnet&version=1.20.2

// Install Noggle.TikaOnDotnet as a Cake Tool
#tool nuget:?package=Noggle.TikaOnDotnet&version=1.20.2

IKVM Java to .NET port of Apache Tika. Noggle.TikaOnDotNet.Text contains wrapper and helper functions to parse rich text documents. (Info: This is an extended version of the TikaOnDotNet port done by KevM.)

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
    • IKVM (>= 8.1.5717)

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Noggle.TikaOnDotnet:

Package Downloads
Noggle.TikaOnDotnet.Parser

Wrapper and helper functions for running Apache Tika text extraction and parsing on .NET through Noggle.TikaOnDotNet.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.20.3 9,813 5/7/2019
1.20.2 7,133 5/6/2019

- Added additional helper &amp; wrapper functions
- Upgraded test framework to NUnit3 and .NET fraemwork 4.7.2
- Tika updated to 1.20. Please see the official Tika site for [what's changed]( http://tika.apache.org/1.20/ ).