OcrEngineStatus Enumeration

Summary

Status of the OCR engine on the server.

Syntax
TypeScript
JavaScript
lt.Document.OcrEngineStatus = { 
   unset: 0, 
   error: 1, 
   ready: 2 
} 
lt.Document.OcrEngineStatus = { 
   unset: 0, 
   error: 1, 
   ready: 2 
} 
Members
0 Unset

(0) OCR engine was not initialized on the server. The user chose not to use OCR.

1 Error

(1) An error occurred while initializing the OCR engine on the server.

2 Ready

(2) OCR engine was successfully initialized on the server.

Requirements
Target Platforms
See Also

Reference

Leadtools.Document Namespace

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.