 | OcrTextRendererCreate Method |
Create new instance of OcrTextRenderer class.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic static OcrTextRenderer Create(
string outputbase
)
Public Shared Function Create (
outputbase As String
) As OcrTextRenderer
public:
static OcrTextRenderer^ Create(
String^ outputbase
)
static member Create :
outputbase : string -> OcrTextRenderer public static OcrTextRenderer Create(
String outputbase
)
Patagames.Ocr.OcrTextRenderer.Create = function(outputbase);
Parameters
- outputbase String
- Path to the output file without extension
Return Value
OcrTextRendererNew instance of renderer. Throw exception if any errors occurs
Exceptions
See Also