LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

OcrAutoRecognizeManagerJobOperation Enumeration

Show in webframe







IOcrAutoRecognizeManager job operations.
Syntax
public enum OcrAutoRecognizeManagerJobOperation : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum OcrAutoRecognizeManagerJobOperation 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As OcrAutoRecognizeManagerJobOperation
public enum OcrAutoRecognizeManagerJobOperation : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation = function() { };
Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation.prototype = {
Other = 0x00000000, CreateDocument = 0x00000001, PrepareDocument = 0x00000002, LoadPage = 0x00000003, PreprocessPage = 0x00000004, ZonePage = 0x00000005, RecognizePage = 0x00000006, SavePage = 0x00000007, AppendLtd = 0x00000008, SaveDocument = 0x00000009, ConvertDocument = 0x0000000A, };
public enum class OcrAutoRecognizeManagerJobOperation : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000Other

Other operation, such as unexpected and unrecoverable errors.

0x00000001CreateDocument

The IOcrAutoRecognizeManager is creating a document with IOcrDocumentManager.CreateDocument.

0x00000002PrepareDocument

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

0x00000003LoadPage

Loading a page using IOcrPageCollection.AddPage.

0x00000004PreprocessPage

Preprocessing a page using IOcrPage.AutoPreprocess.

0x00000005ZonePage

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.

0x00000006RecognizePage

Recognizing a page using IOcrPage.Recognize.

0x00000007SavePage

Saving a page using IOcrDocument.Save or IOcrDocument.SaveAsync.

0x00000008AppendLtd

Appending multiple LTD's using DocumentWriter.AppendLtd.

0x00000009SaveDocument

Saving a document using IOcrDocument.Save or IOcrDocument.SaveAsync.

0x0000000AConvertDocument

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

Remarks

Used as type for the following properties:

Example
For an example, refer to RunJob and OcrAutoRecognizeJobOperationEventArgs.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace
Programming with the LEADTOOLS .NET OCR

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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