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