Click or drag to resize

OcrWordStrBoxRendererCreate Method

Create new instance of OcrWordStrBoxRenderer class.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public static OcrWordStrBoxRenderer Create(
	string outputbase
)

Parameters

outputbase  String
Path to the output file without extension

Return Value

OcrWordStrBoxRenderer
New instance of renderer. Throw exception if any errors occurs
Exceptions
ExceptionCondition
CantCreateRendererExceptionThe renderer cannot be created for some reason.
See Also