On 27 June 2010 18:32, RomanNight <[email protected]> wrote:
> 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
>

What version of tesseract are you using? Is this really the only
output you're getting?

> then I get a generic windows error
>

There's no such thing; those error messages usually contain *some*
useful information. Instead of trying to decide what is and isn't
generic, paste the output.

> tesseract.exe has encountered a problem and needs to close.
>
> Any ideas where I am going off track?
>

No, because you haven't provided any useful information. Answer my
questions above, and we might start to get somewhere.

-- 
<Leftmost> jimregan, that's because deep inside you, you are evil.
<Leftmost> Also not-so-deep inside you.

-- 
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.

Reply via email to