LEADTOOLS WCF OCR (Leadtools.Services.Forms.DataContracts assembly)
LEAD Technologies, Inc

OcrEngineType Enumeration






Specifies the available OCR engine types.
Syntax
[DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrEngineType")]
public enum OcrEngineType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrEngineType")>
Public Enum OcrEngineType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As OcrEngineType
[DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrEngineType")]
public enum OcrEngineType : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Services.Forms.DataContracts.OcrEngineType = function() { };
Leadtools.Services.Forms.DataContracts.OcrEngineType.prototype = {
LeadtoolsMemberMarker(replace me) };
[DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrEngineType")]
public enum class OcrEngineType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
AdvantageSpecifies the LEADTOOLS OCR Advantage engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Advantage.dll is used.
PlusSpecifies the LEADTOOLS OCR Plus engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Plus.dll is used.
ProfessionalSpecifies the LEADTOOLS OCR Professional engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Professional.dll is used.
Remarks
You can specify one of the OcrEngineType enumeration values through "Leadtools.Services.Forms.ServiceImplementations.dll.config" file to set the Ocr engine. For example, to use the Plus engine to recognize a page, replace the following node
            <setting name="EngineType" serializeAs="String">
               <value>Plus</value>
            </setting>
            
with the following node
            <setting name="EngineType" serializeAs="String">
               <value>Plus</value>
            </setting>
            
in Leadtools.Services.Forms.ServiceImplementations.dll.config file which is shipped with our setup.
Example
For an example, refer to DocumentConvertOptions.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Services.Forms.DataContracts.OcrEngineType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Services.Forms.DataContracts Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: Imaging Pro/Document/Medical