datadiode / toxy

.net text extraction framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Who are We

Join the chat at https://gitter.im/tonyqus/toxy FOSSA Status Neuzilla is the studio behind Toxy. For detail, you can check http://www.linkedin.com/company/neuzilla

What's Toxy

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.

Why Toxy

In the past, we have to use IFilter to extract texts from other documents. But Toxy is platform independent. It will try to support not only Windows but also Linux (with Mono installed). The usage of Toxy will be very easy. You don't need to care much about what extension you are extracting because it will create a clever framework to help identify the file formats and extract the data/text into a unified structure.

For documents, the data structure is called ToxyDocument.

For spreadsheets, the data structure is called ToxySpreadsheet.

For emails, the data structure is called ToxyEmail.

For business cards, the data structure is called ToxyBusinessCard.

For DOM based structure, the data structue is called ToxyDom.

For metadata, the data structure is called ToxyMetadata (Since Toxy 1.3)

Contact Neuzilla

Linkedin User Group: http://www.linkedin.com/groups/Neuzilla-User-Group-6655065

Twitter: http://twitter.com/tonyqus

Email: support@neuzilla.com

License

FOSSA Status

About

.net text extraction framework

License:GNU Affero General Public License v3.0


Languages

Language:C# 99.0%Language:Batchfile 1.0%