 | 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
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
- Type: System.String
Path to the output file without extension - fontInfo
- Type: System.Boolean
Whether to print font information into output
Return Value
Type:
OcrHocrRendererNew instance of renderer. Throw exception if any errors occurs
Exceptions
See Also