• Stars
    star
    347
  • Rank 117,707 (Top 3 %)
  • Language
    C#
  • License
    Apache License 2.0
  • Created over 10 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

.net text extraction framework

NuGet Badge Ko-Fi netstandard2.0 License

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.

image

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. Toxy is very easy to use and friendly. You don't need to care much about what extension you are extracting because it is a clever framework to help identify the file formats and extract the data/text into a unified structure.

Toxy Objects

  • ToxyDocument - the data structure extracted for documents
  • ToxySpreadsheet - the data structure extracted for spreadsheets
  • ToxyEmail - the data structure extracted for emails
  • ToxyBusinessCard - the data structure extracted for business cards
  • ToxyDom - the data structure extracted for DOM based document
  • ToxyMetadata - the data structure extracted for other files with meta data