Click or drag to resize
AspriseOCRStartEngine Method

» Asprise OCR Home · Developer's Guide

Starts the OCR engine; does nothing if the engine has already been started.

Namespace: asprise_ocr_api
Assembly: asprise-ocr-api (in asprise-ocr-api.dll) Version: 15.3.1.0 (15.3.1.0)
Syntax
public void StartEngine(
	string lang,
	string speed = "fastest",
	params Object[] startProperties
)

Parameters

lang
Type: SystemString
e.g., "eng"
speed (Optional)
Type: SystemString
e.g., "fastest"
startProperties
Type: SystemObject
property specifications, can be a single Dictionary object or inline specification in pairs. Valid property names are defined in this class, e.g., START_PROP_DICT_CUSTOM_DICT_FILE, etc.
See Also