TikaOnDotnet.TextExtractor 1.12.0

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

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

Example of how to use **TikaOnDotNet** for text extraction from rich documents.

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 440,349 4/3/2018
1.17.0 28,990 2/15/2018
1.16.0 160,079 7/30/2017
1.15.0 8,087 7/30/2017
1.14.2 107,367 4/22/2017
1.14.2-pre 2,801 4/15/2017
1.14.1 17,971 1/13/2017
1.14.0 9,701 12/8/2016
1.13.1 10,071 8/16/2016
1.13.0 14,958 6/30/2016
1.12.2 15,762 4/12/2016
1.12.1 1,538 4/12/2016
1.12.0 1,649 4/11/2016

Breaking Change**: This release splits **TikaOneDotNet** into two Nugets.
- TikaOnDotNet
- TikaOnDotNet.TextExtractor
Existing Nuget users who have problems are encouraged to take a dependency on [TikaOnDotNet.TextExtractor](TikaOnDotNet.TextExtractor).
Note: Even though this is a breaking change we are not updating our major version as we are trying to stay in sync with Tika.
Build automation has been revamped and entirely automated. It is now super easy to upgrade to newer versions of [Tika](http://tika.apache.org/) or [IKVM](http://www.ikvm.net/).
Added [AppVeyor Continuous Integration](https://ci.appveyor.com/project/KevM/tikaondotnet).