LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)
LEAD Technologies, Inc

OcrProgressOperation Enumeration






OCR progress callback operation identification. .NET support WinRT support
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum OcrProgressOperation 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As OcrProgressOperation
Leadtools.Forms.Ocr.OcrProgressOperation = function() { };
Leadtools.Forms.Ocr.OcrProgressOperation.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()]
public enum class OcrProgressOperation : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
FindZonesPage-layout decomposition operation. Used when IOcrPage.AutoZone is called.
FormattingFormat the document before saving. Used when IOcrDocument.Save or IOcrDocument.SaveAsync 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 or IOcrDocument.SaveAsync is called.
SaveDocumentConvertImageConvert the document images operation. Used when IOcrDocument.Save or IOcrDocument.SaveAsync is called.
SaveDocumentPreparePrepare the document operation. Used when IOcrDocument.Save or IOcrDocument.SaveAsync is called.
SaveImageImage save operation. Used when IOcrPage.Recognize is called.
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.

Example
For an example, refer to OcrProgressCallback
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Forms.Ocr Namespace
OcrProgressCallback Delegate
IOcrEngine Interface
Programming with the LEADTOOLS .NET OCR

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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