IOcrProject Interface |
Namespace: Opait.Ocr.Api
public interface IOcrProject
The IOcrProject type exposes the following members.
Name | Description | |
---|---|---|
FileName |
Gets or sets the current location of the project file.
| |
Jobs |
Gets the list of jobs in the project.
| |
MaxTasks |
Gets or sets the maximum number of parallel processes.
Default is the number of logical processing cores.
| |
Plugin |
Gets or sets the location of an optional plugin DLL.
| |
RepeatPeriod |
Gets or sets the time interval between scanning watched folders.
| |
RepeatUnits |
Gets or sets the units used in the RepeatPeriod.
|
Name | Description | |
---|---|---|
DeleteJob |
Delete the specified job from the project.
| |
SaveJob |
Saves or updates the specified job.
| |
SaveProject |
Saves the project as an XML file.
| |
UpdateJobHistory |
Updates job history after a successful run.
|