Classify


This module runs fully unattended and automatically classifies documents based on rules defined in the Admin Setup. Once documents are captured or imported, it identifies their type using layout patterns, keywords, or templates—without any manual effort—ensuring accurate and streamlined downstream processing.

Input Config
The module can be executed in the following modes:

Scheduled Console Application

Automatically runs at defined intervals using Task Scheduler or cron jobs.

Manually Ran Application

Users can initiate the classification process via a UI or command line for testing or ad hoc jobs.

Windows Service

the background on Windows machines, suitable for 24/7 unattended operation.

Azure Service

Executes classification logic in a cloud-native environment via Azure Functions or WebJobs.

AWS Service

Deployed as Lambda functions or background jobs, enabling scalable classification workflows in AWS.