Re: How to use tesseract-2.03

2008-11-20 Thread Vetkop
Hi Sam You don't need to install it. I put the Tesseract dir under my Java project (it can be anywhere). I then call the Tesseract commandline and populate it. I have just implemented tesseract in Java. So please feel free to ask me more specific questions. --~--~-~--~~~

Re: Tesseract 2.03

2008-11-19 Thread Vetkop
Thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to tesseract-ocr@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For

Tesseract 2.03

2008-11-16 Thread Vetkop
Hi do you guys know where I can get the Tesseract2.03 exe? I don't know how to generate it from the binary code --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email

Re: Help with Tesseract

2008-11-13 Thread Vetkop
Hi just a qucik update. I just resize the image and it's fine. thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to tesseract-ocr@googlegroups.com To uns

Numbers only

2008-11-13 Thread Vetkop
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

Re: PIL and ImageMagick to convert for Tesseract

2008-11-12 Thread Vetkop
Hey I think it is because Tesseract requires the image to be in an uncompressed tiff format. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to tesseract-ocr@g

Help with Tesseract

2008-11-12 Thread Vetkop
Hi all I would really appreciate you help. I'm implementing Tesseract in Java. Currently I clean the picture up perfectly so that all the pixels is either black or white, thus each image contains a number bewteen 0 and 99 in black on a white background, The bmp is then transformed into a compres