Click or drag to resize

OcrManager Class

Summary description for OcrManager
Inheritance Hierarchy

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class OcrManager : WebService

The OcrManager type exposes the following members.

Constructors
  NameDescription
Public methodOcrManager
Initializes a new instance of the OcrManager class
Top
Properties
  NameDescription
Public propertyIsOcrEnabled
Returns true if if the license includes OCR module and it is enabled.
Public propertyOcrCommandTimeoutSec
Public propertyOcrMaxDocuments
Public propertyOcrRemoveOriginalDocuments
Public propertyOcrTotalOfExistingDocuments
Top
Methods
  NameDescription
Public methodAddExistingDocumentsToQueue
Add all documents to the OCR queue.
Public methodChangeOcrLogEntriesState
Hide OCR error log entries.
Public methodGetErrorLog
Return OCR error log.
Public methodGetErrorLogTotal
Return number of OCR errors.
Public methodGetExistingDocumentsCount
Get count of all documents to add to the OCR queue.
Public methodGetOcrStatus
Return current OCR status.
Public methodHideOcrLogEntries
Hide selected OCR error log entries.
Public methodReAddDocumentToOcr
Re-add selected documents to OCR queue.
Top
Extension Methods
See Also