  | IOcrRuleApply Method  | 
 
            Applies the correction rule to the specified text.
            
 
    Namespace: 
   Opait.Ocr.Api
    Assembly:
   Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntaxstring Apply(
	string text
)
Parameters
- text
 - Type: SystemString
The text to transform. 
Return Value
Type: 
StringThe transformed text.
See Also