01-17-2007 02:55 AM
My needs are following:
1.
launch “NI OCR Training” application from my application2. pass to “NI OCR Training” application file name which should be opened from programming point of view, not by manual actions “File/Open image”, etc.
3.
receive feedback from “NI OCR Training” application which charset file is saved01-18-2007 03:38 PM - edited 01-18-2007 03:38 PM
Hello Zredo,
Since OCR Training is an executable that doesn’t take command line arguments, there is no real way to pass information back and forth between your application and the OCR Training.
However, starting this executable from your application should be no problem. The NI OCR Training application is an executable normally located at C:\Program Files\National Instruments\Vision\Utility\OCR Training Interface\OCR Training.exe. Of course, the method of starting it will vary between development environments. In LabVIEW for example, you would use the System Exec.vi to run the OCR Training program.Message Edited by Luke H on 01-18-2007 03:39 PM