←Select platform

OcrModuleType Enumeration

Summary

Specifies the type of OCR module.

Syntax
C#
Objective-C
C++/CLI
Python
[SerializableAttribute()] 
public enum OcrModuleType 
typedef NS_ENUM(NSInteger, LTOcrModuleType) { 
 LTOcrModuleTypeOCR = 0, // OCR 
 LTOcrModuleTypeICR, // ICR 
 LTOcrModuleTypeMixed, // Mixed 
}; 
public: 
   [SerializableAttribute] 
   enum class OcrModuleType sealed 
class OcrModuleType(Enum): 
   OCR = 0 
   ICR = 1 
   Mixed = 2 
Members
ValueMemberDescription
0OCRMachine written text.
1ICRHandwritten text.
2MixedBoth Machine and Handwritten text.
Requirements

Target Platforms

See Also

Reference

Leadtools.Ocr Namespace

Help Version 23.0.2024.4.19
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.