Skip to content

groupdocs-classification/GroupDocs.Classification-for-.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text & Document Classification API

GroupDocs.Classification for .NET is an on-premise library for text and document classification with the help of IAB-2, Document or Sentiment taxonomies.

Directory Description
Examples C# based examples and sample files for quick start.
Showcases An open source UI-based application demonstrating the core features.

Classification Features

Supported File Formats

Microsoft Word: DOC, DOCM, DOCX, DOT, DOTM, DOTX, RTF
OpenOffice: ODT, OTT
Fixed Layout: PDF
Other: TXT

Develop & Deploy GroupDocs.Classification Anywhere

Operating Systems: Windows 10 (x64), Windows Desktop (x64), Windows Server (x64), Windows Azure, Mac OS X x64 (10.12+), Linux
Supported Frameworks: .NET Core 2.0 or later, .NET Framework 4.7 or higher

Get Started with GroupDocs.Classification for .NET

Are you ready to give GroupDocs.Classification for .NET a try? Simply execute Install-Package GroupDocs.Classification from Package Manager Console in Visual Studio to fetch & reference GroupDocs.Classification assembly in your project. If you already have GroupDocs.Classification for .NET and want to upgrade it, please execute Update-Package GroupDocs.Classification to get the latest version.

Classify PDF with IAB-2 Taxonomy

var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2);
Console.WriteLine(response.BestClassName, response.BestClassProbability);

Home | Product Page | Documentation | Demo | API Reference | Examples | Blog | Free Support | Temporary License

Releases

No releases published

Packages

No packages published

Languages