Owner manual

Table Of Contents
Configuration
Getting Started Guide (Classification and Separation)
101
Figure 4-36. Project Explorer Displaying the New Classifier
4 Click Finish.
Integrate Classifier
The Recognition script now needs updating to call page image classification. The
template script will not call a page image classifier by default, so you need to
integrate the file by:
Specifying that you are using image classification.
Specifying the name of your classifier (not required for this tutorial as the
classifier you built has the default name).
X To call image classification
1 In Windows Explorer, navigate to your configuration’s resources folder:
My Documents\Transformation Studio
Projects\Tutorial\Configurations\Page Classification and
Separation\Resources\.
2 Double-click Page Classification and Separation.ifv to open the file in Script
Editor.
3 Turn on image classification by changing the following line at the top of the
script:
Const CLASSIFY_BY_IMAGE = False
To:
Const CLASSIFY_BY_IMAGE = True
4 Select File | Save File.