LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
OcrProgressOperation Enumeration
See Also  
Leadtools.Forms.Ocr Namespace : OcrProgressOperation Enumeration



The OcrProgressOperation Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

OCR progress callback operation identification.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Enum OcrProgressOperation 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As OcrProgressOperation
C# 
[SerializableAttribute()]
public enum OcrProgressOperation : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[SerializableAttribute()]
public enum class OcrProgressOperation : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
FindZonesPage-layout decomposition operation. Used when IOcrPage.AutoZone is called.
FormattingFormat the document before saving. Used when IOcrDocument.Save is called.
LoadImageImage load operation. Used when pages are added to an OCR document through one of IOcrPageCollection.AddPage, IOcrPageCollection.AddPages, IOcrPageCollection.InsertPage or IOcrPageCollection.InsertPages methods.
ProcessImageImage preprocessing operation. Used when IOcrPage.AutoPreprocess is called.
RecognizeFirstPassFirst pass recognition operation that may be used when IOcrPage.Recognize is used with the MOR recognition module
RecognizeOmrRecognizing OMR zones operation. Used when IOcrPage.Recognize is called on a page with zones containing OcrZoneFillMethod.Omr.
RecognizeSecondPassSecond pass recognition operation. Used when IOcrPage.Recognize is called.
RecognizeThirdPassSecond pass recognition operation. Used when IOcrPage.Recognize is called with OcrZoneRecognitionModule.OmniFontPlus3WayVoting is enabled.
SaveDocumentSave document operation. Used when IOcrDocument.Save is called.
SaveDocumentConvertImageConvert the document images operation. Used when IOcrDocument.Save is called.
SaveDocumentPreparePrepare the document operation. Used when IOcrDocument.Save is called.
SaveImageImage save operation. Used when IOcrPage.Recognize is called.

Example

For an example, refer to OcrProgressCallback

Remarks

OcrProgressOperation is the value of IOcrProgressData.Operation. Use this value to examine the current operation of the process.

Each operation listed represents one of the fundamental services provided by the OCR engine. Any application program will use at least some of these processes.

Each operation can be initiated by the methods shown. OcrProgressCallback can be used to generate progress monitoring on any of these operations.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Ocr.OcrProgressOperation

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

OcrProgressOperation requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features