Toxy 1.4.0

dotnet add package Toxy --version 1.4.0
NuGet\Install-Package Toxy -Version 1.4.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="Toxy" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Toxy --version 1.4.0
#r "nuget: Toxy, 1.4.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 Toxy as a Cake Addin
#addin nuget:?package=Toxy&version=1.4.0

// Install Toxy as a Cake Tool
#tool nuget:?package=Toxy&version=1.4.0

Toxy is a .NET data/text extraction framework similar to Apache Tika in Java. It supports a lot of popular formats such as docx, xlsx, xls, pdf, csv, txt, epub, html and so on.

Neuzilla is the studio behind Toxy. You can check http://blog.neuzilla.com/ for detail.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Toxy:

Repository Stars
SnaffCon/Snaffler
a tool for pentesters to help find delicious candy, by @l0ss and @Sh3r4 ( Twitter: @/mikeloss and @/sh3r4_hax )
Syslifters/offsec-tools
Compiled tools for internal assessments
esbencarlsen/NCrawler
.NET based webcrawler
Version Downloads Last updated
1.4.0 350 3/9/2015

a. Implement doc text extraction
b. Implement cnm mail extraction
c. Add CreateEmail method to ParserFactory
d. Replace iTextSharp with PDFSharp