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



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

IOcrAutoRecognizeManager job operations.

Syntax

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

Members

MemberDescription
AppendLtd

Appending multiple LTD's using DocumentWriter.AppendLtd.

ConvertDocument

Converting a document to its final format using DocumentWriter.Convert.

CreateDocument

The IOcrAutoRecognizeManager is creating a document with IOcrDocumentManager.CreateDocument.

LoadPage

Loading a page using IOcrPageCollection.AddPage.

Other

Other operation, such as unexpected and unrecoverable errors.

PrepareDocument

Preparing the IOcrDocument, in certain situations, by clearing all the pages inside it.

PreprocessPage

Preprocessing a page using IOcrPage.AutoPreprocess.

RecognizePage

Recognizing a page using IOcrPage.Recognize.

SaveDocument

Saving a document using IOcrDocument.Save.

SavePage

Saving a page using IOcrDocument.Save.

ZonePage

Zoning a page using IOcrPage.AutoZone or IOcrPage.LoadZone.

Note that when using the IOcrAutoRecognizeManager.JobOperation event, you can use this operation to zone the page manually as shown in the OcrAutoRecognizeJobOperationEventArgs example.

Example

Remarks

Used as type for the following properties:

Inheritance Hierarchy

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

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

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