Click or drag to resize

OcrFactoryLoadProject Method

Load a project from XML file.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public static IOcrProject LoadProject(
	string projectFile
)

Parameters

projectFile
Type: SystemString
The XML file that defines the project.

Return Value

Type: IOcrProject
The loaded project interface.
See Also