Specifies the type of OCR module.
[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
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