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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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