OCRType Enumeration
The type of OCR settings to use for AI-based steps.

C# Syntax

public enum OCRType: System.Enum 
Members
MemberDescription
AIAI-based steps use the AI OCR engine and the OCR languages you configured in the AI settings. This is the default setting.
FTAI-based steps use the same OCR engine and languages used for text recognition in property-based steps. Currently, the OCR engine used is ABBYY.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.AI.OCRType