TikaOnDotnet.TextExtractor 1.14.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package TikaOnDotnet.TextExtractor --version 1.14.0
NuGet\Install-Package TikaOnDotnet.TextExtractor -Version 1.14.0
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="TikaOnDotnet.TextExtractor" Version="1.14.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TikaOnDotnet.TextExtractor --version 1.14.0
#r "nuget: TikaOnDotnet.TextExtractor, 1.14.0"
#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 TikaOnDotnet.TextExtractor as a Cake Addin
#addin nuget:?package=TikaOnDotnet.TextExtractor&version=1.14.0

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

Classes for running Apache Tika through **TikaOnDotNet**. Just use TextExtractor.Extract() and you'll be on your way.

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.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on TikaOnDotnet.TextExtractor:

Package Downloads
Contrib.Sitecore.ContentSearch.TikaOnDotnet

Contribution project for Sitecore ContentSearch

DevelopmentHelpers.FileContentReader

This package combine many open sources packages and allow one interface to read may types of content files. for example:use open.xml to read docx file

Cogworks.ExamineFileIndexer The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

An examine indexer that uses Apache TIKA

Skybrud.Umbraco.Search.DocumentIndexer The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package makes it possible to index and search a wide variety of filetypes in Umbraco, including .pdf and .docx

Jetsons.JetPack.Text

The wrapper library that provides smart extension methods to convert document formats to high quality text.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.17.1 444,027 4/3/2018
1.17.0 29,229 2/15/2018
1.16.0 160,270 7/30/2017
1.15.0 8,245 7/30/2017
1.14.2 107,685 4/22/2017
1.14.2-pre 2,969 4/15/2017
1.14.1 18,101 1/13/2017
1.14.0 9,814 12/8/2016
1.13.1 10,170 8/16/2016
1.13.0 15,089 6/30/2016
1.12.2 15,963 4/12/2016
1.12.1 1,563 4/12/2016
1.12.0 1,678 4/11/2016

- Tika updated to 1.14. Please see the official Tika site for [what's changed](https://dist.apache.org/repos/dist/release/tika/CHANGES-1.14.txt).
- Please note that TikaOnDotnet assemblies are now signed. Thank you [@Sicos1977](https://github.com/Sicos1977) for the PR.