OcrManager Class

Summary description for OcrManager

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebServiceAttribute(Namespace = "http://filehold.com/librarymanager/ocrmanager/")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class OcrManager : WebService
Inheritance
Object    MarshalByValueComponent    WebService    OcrManager

Constructors

OcrManagerInitializes a new instance of the OcrManager class

Properties

IsOcrEnabled Returns true if if the license includes OCR module and it is enabled.
OcrCommandTimeoutSec 
OcrMaxDocuments 
OcrRemoveOriginalDocuments 
OcrTotalOfExistingDocuments 

Methods

AddExistingDocumentsToQueue Add all documents to the OCR queue.
ChangeOcrLogEntriesState Hide OCR error log entries.
GetErrorLog Return OCR error log.
GetErrorLogTotal Return number of OCR errors.
GetExistingDocumentsCount Get count of all documents to add to the OCR queue.
GetOcrStatus Return current OCR status.
HideOcrLogEntries Hide selected OCR error log entries.
ReAddDocumentToOcr Re-add selected documents to OCR queue.

Extension Methods

See Also