Click or drag to resize

OcrPixFromFile Method

Creates new instance of OcrPix class from file

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public static OcrPix FromFile(
	string filename
)

Parameters

filename  String
Path to the image file

Return Value

OcrPix
New instance of OcrPix class from file
Exceptions
ExceptionCondition
OcrExceptionUnable to load file
See Also