OCR PlugIn ReferenceMethods OCRSaveRecognizedText Image Viewer CP ActiveX Control OCRSaveRecognizedText Save the recognized text to text file. Public Function OCRSaveRecognizedText( _ ByVal strTextFile As Integer) as Bool ParameterstrTextFile the path of output file name. Return Value Return true if successful, otherwise return false.Example Visual Basic SyntaxImageViewer1.OCRRecognizeMode=0ImageViewer1.OCRStartScan(0, "dictfiles")'after OCRRecognized event firedbresult= ImageViewer1.OCRSaveRecognizedText("c:\text.txt")