π 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, automation, andβin the case of the LLM Classifierβlogical splitting of combined document packs.
Info
Classification engines can analyze and classify documents on a per-page basis for granular control. The LLM Classifier can additionally use page sequence and content to identify logical document boundaries and return separate assembled documents from one combined input file.
Tip
Preferred choice for new projects: Start with the LLM Classifier. It is the recommended classifier type when you want faster setup, easier tuning, category-driven natural language classification, or semantic document-pack splitting.
AIForged currently provides the following Classification Service Types:
| Service Name | Best Suited For | Quick Link |
|---|---|---|
| LLM Classifier | Preferred for new projects, mixed inboxes, document-pack splitting, 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
- Splitting one combined PDF or TIFF pack into separate logical documents before routing or extraction
- 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!