| 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 public static IOcrProject LoadProject(
string projectFile
)
Parameters
- projectFile
- Type: SystemString
The XML file that defines the project.
Return Value
Type:
IOcrProjectThe loaded project interface.
See Also