[SerializableAttribute()]public enum OcrAutoRecognizeManagerJobErrorMode
<SerializableAttribute()>Public Enum OcrAutoRecognizeManagerJobErrorMode
typedef NS_ENUM(NSInteger, LTOcrAutoRecognizeManagerJobErrorMode) public enum OcrAutoRecognizeManagerJobErrorMode [SerializableAttribute()]public enum class OcrAutoRecognizeManagerJobErrorMode
| Value | Member | Description |
|---|---|---|
| 0 | Abort | Abort the recognition process. |
| 1 | Continue | Continue on none critical errors. |
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
