Click or drag to resize

IOcrProject Interface

Public interface to a project consisting of one or more OCR jobs. Each job can watch a shared or exclusive folder for qualified input files.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public interface IOcrProject

The IOcrProject type exposes the following members.

Properties
  NameDescription
Public propertyFileName
Gets or sets the current location of the project file.
Public propertyJobs
Gets the list of jobs in the project.
Public propertyMaxTasks
Gets or sets the maximum number of parallel processes. Default is the number of logical processing cores.
Public propertyPlugin
Gets or sets the location of an optional plugin DLL.
Public propertyRepeatPeriod
Gets or sets the time interval between scanning watched folders.
Public propertyRepeatUnits
Gets or sets the units used in the RepeatPeriod.
Top
Methods
  NameDescription
Public methodDeleteJob
Delete the specified job from the project.
Public methodSaveJob
Saves or updates the specified job.
Public methodSaveProject
Saves the project as an XML file.
Public methodUpdateJobHistory
Updates job history after a successful run.
Top
See Also