Hi guys I use the following cmd line in java
String executeCom = tesseractPath + "\\tesseract.exe " + tesseractPath + "\\screenShot1.tif " + tesseractPath + "\\test" ; which works great but as soon as I add nobatch digits at the end i get and error that my file name may contain spaces. String executeCom = tesseractPath + "\\tesseract.exe " + tesseractPath + "\\screenShot1.tif " + tesseractPath + "\\test nobatch digits" ; Please help --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en -~----------~----~----~----~------~----~------~--~---

