Noggle.TikaOnDotnet 1.20.3

dotnet add package Noggle.TikaOnDotnet --version 1.20.3
NuGet\Install-Package Noggle.TikaOnDotnet -Version 1.20.3
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.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Noggle.TikaOnDotnet --version 1.20.3
#r "nuget: Noggle.TikaOnDotnet, 1.20.3"
#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.3

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

IKVM Java to .NET port of Apache Tika. You can use Noggle.TikaOnDotNet.Parser with 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,345 5/7/2019
1.20.2 6,859 5/6/2019

- Added additional helper &amp; wrapper functions via Noggle.TikaOnDotNet.Parser
- Tika updated to v 1.20. Please see the official Tika site for [what's changed]( http://tika.apache.org/1.20/ ).