 | OcrHocrRendererCreate(String, Boolean) Method |
Create new instance of OcrHocrRenderer class.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic static OcrHocrRenderer Create(
string outputbase,
bool fontInfo
)
Public Shared Function Create (
outputbase As String,
fontInfo As Boolean
) As OcrHocrRenderer
public:
static OcrHocrRenderer^ Create(
String^ outputbase,
bool fontInfo
)
static member Create :
outputbase : string *
fontInfo : bool -> OcrHocrRenderer public static OcrHocrRenderer Create(
String outputbase,
boolean fontInfo
)
Patagames.Ocr.OcrHocrRenderer.Create = function(outputbase, fontInfo);
Parameters
- outputbase String
- Path to the output file without extension
- fontInfo Boolean
- Whether to print font information into output
Return Value
OcrHocrRendererNew instance of renderer. Throw exception if any errors occurs
Exceptions
See Also