IOcrRule Interface | 
Namespace: Opait.Ocr.Api
public interface IOcrRule
The IOcrRule type exposes the following members.
| Name | Description | |
|---|---|---|
| Detect | 
            Gets or sets the regular expression pattern to detect qualified words.
            If not specified, then apply the pattern to the entire page.
              | |
| IsActive | 
            Gets or sets a flag to indicate whether the rule is active.
              | |
| IsSystem | 
            Gets a flag to indicate whether the rule is defined system-wide and should not be edited.
              | |
| IsValid | 
            Gets a flag to indicate whether the rule is valid.
              | |
| Name | 
            Gets or sets the name of the replacement rule.
              | |
| Pattern | 
            Gets or sets the regular expression pattern to detect replacement parts.
              | |
| Replace | 
            Gets or sets the replacement text for the detected parts.
            If not specified, then replace matching characters with spaces.
              |