TikaOnDotnet.TextExtractor
1.12.0
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
<PackageReference Include="TikaOnDotnet.TextExtractor" Version="1.12.0" />
paket add TikaOnDotnet.TextExtractor --version 1.12.0
#r "nuget: TikaOnDotnet.TextExtractor, 1.12.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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
An examine indexer that uses Apache TIKA |
|
Skybrud.Umbraco.Search.DocumentIndexer
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 | 517,812 | 4/3/2018 |
1.17.0 | 30,581 | 2/15/2018 |
1.16.0 | 163,480 | 7/30/2017 |
1.15.0 | 8,654 | 7/30/2017 |
1.14.2 | 114,179 | 4/22/2017 |
1.14.2-pre | 3,368 | 4/15/2017 |
1.14.1 | 18,660 | 1/13/2017 |
1.14.0 | 10,005 | 12/8/2016 |
1.13.1 | 10,612 | 8/16/2016 |
1.13.0 | 15,526 | 6/30/2016 |
1.12.2 | 17,802 | 4/12/2016 |
1.12.1 | 1,612 | 4/12/2016 |
1.12.0 | 1,746 | 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).