TikaOnDotnet.TextExtractor
1.14.1
See the version list below for details.
dotnet add package TikaOnDotnet.TextExtractor --version 1.14.1
NuGet\Install-Package TikaOnDotnet.TextExtractor -Version 1.14.1
<PackageReference Include="TikaOnDotnet.TextExtractor" Version="1.14.1" />
paket add TikaOnDotnet.TextExtractor --version 1.14.1
#r "nuget: TikaOnDotnet.TextExtractor, 1.14.1"
// Install TikaOnDotnet.TextExtractor as a Cake Addin #addin nuget:?package=TikaOnDotnet.TextExtractor&version=1.14.1 // Install TikaOnDotnet.TextExtractor as a Cake Tool #tool nuget:?package=TikaOnDotnet.TextExtractor&version=1.14.1
Classes for running Apache Tika through **TikaOnDotNet**. Just use TextExtractor.Extract() and you'll be on your way.
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 | 513,318 | 4/3/2018 |
1.17.0 | 30,524 | 2/15/2018 |
1.16.0 | 163,110 | 7/30/2017 |
1.15.0 | 8,649 | 7/30/2017 |
1.14.2 | 113,824 | 4/22/2017 |
1.14.2-pre | 3,362 | 4/15/2017 |
1.14.1 | 18,651 | 1/13/2017 |
1.14.0 | 9,994 | 12/8/2016 |
1.13.1 | 10,607 | 8/16/2016 |
1.13.0 | 15,521 | 6/30/2016 |
1.12.2 | 17,714 | 4/12/2016 |
1.12.1 | 1,609 | 4/12/2016 |
1.12.0 | 1,740 | 4/11/2016 |
- Fix IKVM nuget dependency
- Added `StreamTextExtractor` to support streams directly without in-memory buffering. Existing `TextExtractor` now uses this under the hood.