Specifies the type of OCR module.
[SerializableAttribute()]public enum OcrModuleType
typedef NS_ENUM(NSInteger, LTOcrModuleType) {LTOcrModuleTypeOCR = 0, // OCRLTOcrModuleTypeICR, // ICRLTOcrModuleTypeMixed, // Mixed};
public:[SerializableAttribute]enum class OcrModuleType sealed
class OcrModuleType(Enum):OCR = 0ICR = 1Mixed = 2
| Value | Member | Description |
|---|---|---|
| 0 | OCR | Machine written text. |
| 1 | ICR | Handwritten text. |
| 2 | Mixed | Both Machine and Handwritten text. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
