The parameters in this section customize the ImageServerAnalysis task.
This task runs analysis on images that are associated with documents.
You can run the ImageServerAnalysis task as a Pre or Post task.
The ImageServerAnalysis task analyzes only those images that are associated with documents that have the field AUTN_NEEDS_IMAGE_SERVER_ANALYSIS. You must add this field to the documents that you want to analyze. You can add the field using a Lua script. When you configure the ImageServerAnalysis task, use the Pre or Post parameter to specify the name of a section in the configuration file that contains the task settings:
[ImportTasks] Post0=Lua:EnableImageAnalysis.lua Post1=ImageServerAnalysis:ImageServerSettings [ImageServerSettings] ImageServerHost=server:18000,server2:18000 ImageAnalysisTaskSections=dococrtask,facerectask,objecttask ImageAnalysisTransform=xslt/My_ImageAnalysis_Transform.xsl
|
|