Usually your command line shows something like "C:\Users\YourUserName>" when you open it. In order to use tesseract, you need to change the current directory to the folder where your image is. So in your case, enter "cd C:\Program Files (x86)\Tesseract-OCR" into the command line. Now tesseract will find the image, but probably it won't be able to create the output file due to lacking file permissions. So a good way to start is to copy the phototest.tif to C:\Users\YourUserName and run Tesseract there.
Am Montag, 28. Juli 2014 18:05:53 UTC+2 schrieb Prasanna Gyawali: > > Hello, > I am very new to Tesseract OCR. When i put the statement "tesseract > phototest.png out" in command promt it displays the version and says > "Cannot open the input file: phototest.tif". Where should i put this > image?? I have located it within "C:\Program Files (x86)\Tesseract-OCR" > folder. > Can anyone show me the right direction? > > Regards, > Prasanna > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/e8c1c4ff-af69-4e52-9c7c-b9f3d82f7df2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

