 | OcrApiPrintVariablesToFile Method |
Print Tesseract parameters to the given file.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic bool PrintVariablesToFile(
string filePath
)
Public Function PrintVariablesToFile (
filePath As String
) As Boolean
public:
bool PrintVariablesToFile(
String^ filePath
)
member PrintVariablesToFile :
filePath : string -> bool public boolean PrintVariablesToFile(
String filePath
)
function PrintVariablesToFile(filePath);
Parameters
- filePath String
- Path to the file.
Return Value
BooleanTrue if successful, False otherwise.
Remarks
See Also