Leadtools.Forms.Ocr Namespace : OcrAutoRecognizeManagerJobOperation Enumeration |
public enum OcrAutoRecognizeManagerJobOperation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum OcrAutoRecognizeManagerJobOperation Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As OcrAutoRecognizeManagerJobOperation
public enum OcrAutoRecognizeManagerJobOperation : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation = function() { }; Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class OcrAutoRecognizeManagerJobOperation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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 or IOcrDocument.SaveAsync. |
SavePage | Saving a page using IOcrDocument.Save or IOcrDocument.SaveAsync. |
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. |
Used as type for the following properties:
The OcrAutoRecognizeManagerJobError.Operation property to indicate the operation that cause the error.
You can set IOcrAutoRecognizeManager.JobErrorMode to OcrAutoRecognizeManagerJobErrorMode.Continue to log and continue when a none critical error occurs during the recognition process. The following errors are considered unrecoverable and the recognition will fail regardless on the current error mode: Other, CreateDocument, PrepareDocument, LoadPage, SavePage, AppendLtd, SaveDocument and Convert.
The OcrAutoRecognizeJobOperationEventArgs.Operation property to indicate the operation being run.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation
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