π Classification¶
Overview¶
Classification services in AIForged use machine learning and advanced AI models to automatically categorize documents and files into predefined groups based on their content. This enables smarter routing, search, and automation across your document workflows.
Info
Classification engines can analyze and classify documents on a per-page basis for granular control.
Tip
Preferred choice for new projects: Start with the LLM Classifier. It is the recommended classifier type when you want faster setup, easier tuning, and category-driven natural language classification.
AIForged currently provides the following Classification Service Types:
| Service Name | Best Suited For | Quick Link |
|---|---|---|
| LLM Classifier | Preferred for new projects, mixed inboxes, and category-driven natural language classification | llm-classifier |
| AIForged Classifier | General document classification using custom-trained supervised models | aiforged-classifier |
| AIForged Clustering | Unsupervised grouping of documents based on content similarity | aiforged-clustering |
| ChatGPT Classification | AI-powered, context-aware classification using ChatGPT models | chatgpt-classifier |
| Microsoft Custom Text Classifier | Text classification for custom categories using Microsoftβs language models | microsoft-custom-text-classification |
Typical Use Cases¶
- Automatic document routing and sorting based on content type or topic
- Pre-processing for downstream extraction, verification, or storage workflows
- Supporting compliance by ensuring documents are correctly categorized
- Enhancing search, analytics, and reporting with accurate document tagging
Info
Need a custom classification workflow? Contact the AIForged team to discuss your unique requirements!