This runs fine on my development PC, but when I create an exe and try to run from a test pc, no good.
Code: Select all
// Start Notepad first
GetWindowPos>Untitled - Notepad,LEFT,TOP
Let>RIGHT=LEFT+200
Let>BOTTOM=TOP+50
OCRArea>LEFT,TOP,RIGHT,BOTTOM,strText
MDL>strText
Now I get "Exception EOcrError....Cannot initialize Tesseract library"
What else do I need to copy over to my test machine?