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



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

Value for the IOcrAutoRecognizeManager.JobErrorMode property.

Syntax

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

Members

MemberDescription
Abort

Abort the recognition process.

Continue

Continue on none critical errors.

Example

For an example, refer to IOcrAutoRecognizeManager.RunJob.

Remarks

If IOcrAutoRecognizeManager.JobErrorMode is OcrAutoRecognizeManagerJobErrorMode.Continue, then the IOcrAutoRecognizeManager will perform the following actions depending on the current operation:

Operation Action
OcrAutoRecognizeManagerJobOperation.Other

Non-recoverable. The recognition will fail.

OcrAutoRecognizeManagerJobOperation.CreateDocument

Non-recoverable. The recognition will fail.

OcrAutoRecognizeManagerJobOperation.PrepareDocument

Non-recoverable. The recognition will fail.

OcrAutoRecognizeManagerJobOperation.LoadPage

Non-recoverable. The recognition will fail.

OcrAutoRecognizeManagerJobOperation.PreprocessPage

Ignore the error and continue to zoning the page.

OcrAutoRecognizeManagerJobOperation.ZonePage

If an error occured during loading of a zone data from a file, the engine will try to auto-zone the page instead. If an error occurs during the auto-zone operation, the engine will skip recognition of the page and save it as a graphics data in the file document. This is useful when PDF with image over text option is used.

OcrAutoRecognizeManagerJobOperation.RecognizePage

The engine will skip recognition of the page and save it as a graphics data in the file document. This is useful when PDF with image over text option is used.

OcrAutoRecognizeManagerJobOperation.SavePage

Non-recoverable. The recognition will fail.

OcrAutoRecognizeManagerJobOperation.AppendLtd

Non-recoverable. The recognition will fail.

OcrAutoRecognizeManagerJobOperation.SaveDocument

Non-recoverable. The recognition will fail.

OcrAutoRecognizeManagerJobOperation.ConvertDocument

Non-recoverable. The recognition will fail.

For more information, refer to IOcrAutoRecognizeManager.JobErrorMode.

Inheritance Hierarchy

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

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

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