Class ModelType
Specifies the type of ML model to use for advanced OCR operations.
Different model types offer trade-offs between speed and accuracy.
Inheritance
System.Object
ModelType
Namespace: IronOcr
Assembly: IronOcr.dll
Syntax
public sealed class ModelType : Enum
Fields
Enhanced
Enhanced recognition model optimized for accuracy.
Provides higher accuracy for challenging images at the cost of increased processing time.
Recommended for documents with complex layouts, low quality images, or when maximum accuracy is required.
Declaration
public const ModelType Enhanced
Field Value
| Type | Description |
|---|---|
| ModelType |
Normal
Standard recognition model optimized for speed and general use cases.
Recommended for most scenarios where good accuracy is required with faster processing.
Declaration
public const ModelType Normal
Field Value
| Type | Description |
|---|---|
| ModelType |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |