Leadtools.Document Deprecated as of v16. Refer to: Leadtools.Forms.Ocr | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterDocumentProcessId Enumeration
See Also  
Leadtools.Document Namespace : RasterDocumentProcessId Enumeration



Values for the possible OCR processes.

Syntax

Visual Basic (Declaration) 
Public Enum RasterDocumentProcessId 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterDocumentProcessId
C# 
public enum RasterDocumentProcessId : Enum 
C++/CLI 
public enum class RasterDocumentProcessId : public Enum 

Members

MemberDescription
LoadingImage Identifies the Image loading process
SavingImage Identifies the image saving process
ImageProcess Identifies the Image pre-processing process
FindZones Identifies the page-layout decomposition (auto-zoning) process
RecognizeMor Identifies the 1st pass of the Recognition process. This pass is applicable only for the RasterDocumentRecognizeModule.OmniFontMultilingual recognition module
Recognition Identifies the 2nd pass of the Recognition process
Spelling Identifies the Checking process
SaveRecognizeResult Reading from the recognition data file
WriteOutputDocument Identifies the process for writing the recognized text to the final output document (to file or memory)
WriteOutputImage Identifies the image conversion process activated by the RasterDocumentProcessId.WriteOutputDocument process for saving the image of a graphical image zone to the word processor output document
Recognition3 Identifies the 3rd pass of the Recognition process. This pass is applicable only for the RasterDocumentRecognizeModule.OmniFontPlus3W recognition module.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Document.RasterDocumentProcessId

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

The Leadtools.Document namespace is deprecated and no longer supported as of LEADTOOLS v16. For v16 and later, please refer to: Leadtools.Forms.Ocr. This documentation is retained for v15 and earlier informational use only.