I am writing a program to grab a screen, modify the image, and then save it to a file to later be ran through tesseract. this is the tag values I get from AsTiffTagViewer
SubFileType (1 Long): Zero ImageWidth (1 Short): 201 ImageLength (1 Short): 148 BitsPerSample (1 Short): 8 Compression (1 Short): Uncompressed Photometric (1 Short): Palette StripOffsets (3 Long): 8, 12269, 24530 SamplesPerPixel (1 Short): 1 RowsPerStrip (1 Long): 61 StripByteCounts (3 Long): 12261, 12261, 5226 XResolution (1 Rational): 300 YResolution (1 Rational): 300 ResolutionUnit (1 Short): Inch ColorMap (768 Short): 0, 257, 514, 771, 1028, 1285, 1542, 1799,... I am trying to use Jtesseract for training on the output and nuances of the font. when I load the images, a command line pops up with Tesseract Open Source OCR Engine Image as 8 * 1 bits per pixel, and size (201,148) Resolution=300 then I get a generic windows error tesseract.exe has encountered a problem and needs to close. Any ideas where I am going off track? -- 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.

