Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

OcrAutoRecognizeManagerJobErrorMode Enumeration








Defines values for the IOcrAutoRecognizeManager.JobErrorMode property.
Syntax
[SerializableAttribute()]
public enum OcrAutoRecognizeManagerJobErrorMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
<SerializableAttribute()>
Public Enum OcrAutoRecognizeManagerJobErrorMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As OcrAutoRecognizeManagerJobErrorMode
[SerializableAttribute()]
public enum OcrAutoRecognizeManagerJobErrorMode : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTOcrAutoRecognizeManagerJobErrorMode)
public enum OcrAutoRecognizeManagerJobErrorMode
Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobErrorMode = function() { };
Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobErrorMode.prototype = {<br/>
  Abort = 0,
	Continue = 1,
	
 };
[SerializableAttribute()]
public enum class OcrAutoRecognizeManagerJobErrorMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0Abort Abort the recognition process.
1Continue Continue on none critical errors.
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 occurred 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.

Example
For an example, refer to RunJob.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

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

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features