Identifies processes of the recognition engine.
            
            Syntax
            Members
| Member | Description | 
| CONVERTIMG | This identifies the image conversion process activated by the WRITEFOUTDOC process for saving the image of a graphical image zone to the final output document (if this was requested). | 
| DECOMPOSITION | This identifies the page-layout decomposition (auto-zoning) process. | 
| IMGINPUT | This identifies the Image importing process. | 
| IMGPREPROCESS | This identifies the Image pre-processing process. | 
| IMGSAVE | This identifies the image saving process. During this process the image 
            or a part of it is saved to an image file. | 
| READRDF | This identifies reading from the recognition data file. | 
| RECOGNITION1 | This identifies the 1st pass of the Recognition process, if applicable. | 
| RECOGNITION2 | This identifies the 2nd pass of the Recognition process, if applicable. | 
| RECOGNITION3 | This identifies the 3rd pass of the Recognition process. This pass is applicable only for the 
            Omnifont PLUS3W recognition module. | 
| SPELLING | This identifies the Checking process. | 
| UNKNOWN | Unknown process. | 
| WRITEFOUTDOC | This identifies the process for writing the recognized text to the final output document (to file or memory). | 
 
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.ImGearRecProcess
 
            
            
            See Also