Click or drag to resize

OcrHocrRenderer.Create Method (String, Boolean)

Create new instance of OcrHocrRenderer class.

Namespace:  Patagames.Ocr
Assembly:  Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntax
public static OcrHocrRenderer Create(
	string outputbase,
	bool fontInfo
)

Parameters

outputbase
Type: System.String
Path to the output file without extension
fontInfo
Type: System.Boolean
Whether to print font information into output

Return Value

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