OcrEngineStatus Enumeration

Summary

Status of the OCR engine on the server.

Syntax

JavaScript Syntax
lt.Documents.OcrEngineStatus = { 
	Unset: 0, 
	Error: 1, 
	Ready: 2 
} 
TypeScript Syntax
lt.Documents.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.Documents Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly