> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IBatchTypeClassifier

> IBatchTypeClassifier classifies a page with the classifier associated with the batch type; its ClassifyPage method returns an IBatchTypeClassifierResult.

## What it does

Classifies a page based on the batch type.

<Note>
  This object is not available on the Web Verification Station for checking rules locally.
</Note>

## Methods

| **Definition**                                                                                                                                                                                                                                                          | **Description**                                                                |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| ClassifyPage ( page : [IPage](/flexi-capture/appendix/scripts/ipage), \[optional] callback, [IProcessingCallback](/flexi-capture/appendix/scripts/iprocessingcallback) ) : [IBatchTypeClassifierResult](/flexi-capture/appendix/scripts/i-batch-type-classifier-result) | Starts page classification using the classifier associated with the batch type |

See [Document classification script](/flexi-capture/appendix/scripts/script-classification) for a sample script.
