ImageGear .NET - Updated
ImGearRecProcess Enumeration




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecProcess Enumeration
Identifies processes of the recognition engine.
Syntax
'Declaration
 
Public Enum ImGearRecProcess 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearRecProcess
public enum ImGearRecProcess : System.Enum 
__value public enum ImGearRecProcess : public System.Enum 
public enum class ImGearRecProcess : public System.Enum 
Members
MemberDescription
CONVERTIMGThis 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).
DECOMPOSITIONThis identifies the page-layout decomposition (auto-zoning) process.
IMGINPUTThis identifies the Image importing process.
IMGPREPROCESSThis identifies the Image pre-processing process.
IMGSAVEThis identifies the image saving process. During this process the image or a part of it is saved to an image file.
READRDFThis identifies reading from the recognition data file.
RECOGNITION1This identifies the 1st pass of the Recognition process, if applicable.
RECOGNITION2This identifies the 2nd pass of the Recognition process, if applicable.
RECOGNITION3This identifies the 3rd pass of the Recognition process. This pass is applicable only for the Omnifont PLUS3W recognition module.
SPELLINGThis identifies the Checking process.
UNKNOWNUnknown process.
WRITEFOUTDOCThis 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

Reference

ImageGear.Recognition Namespace