On Thursday, March 17, 2016 at 12:27:55 PM UTC-4, Edson Luis Moretti wrote: > > I'm having problems with colored tiff images, as you can see in the file > attached. > > Trying to run > tesseract.exe 00000008.tif output pdf > I get message boxes with these information: > > unknow field with tag 512 (0x200) encountered > unknow field with tag 513 (0x201) encountered > unknow field with tag 514 (0x202) encountered > unknow field with tag 519 (0x207) encountered > unknow field with tag 520 (0x208) encountered > unknow field with tag 521 (0x209) encountered > Old-style JPEG compression support is not configured > Sorry, requested compression method is not configured > > And sometimes, the PDF output is broken > > With B&W Tiff's it works fine, and if I open these images on paint and > save them as JPG also works fine. > I'm using version 3.0.4, from github > downloads > windows > 3 rd party > exe installlers > binaries by @egorpugin (Link > <https://www.dropbox.com/s/8t54mz39i58qslh/tesseract-3.05.00dev-win32-vc19.zip?dl=1> > ) > > Anyone had this Issue? What could it be? >
I doubt the problem is that their color, but rather that the producer software is creating bad TIFF files. It is possible to build libTIFF with so-called "Old style JPEG" (OJPEG) support, but it looks like it hasn't been in this case. That file doesn't open in GMail's preview or OS X Preview app, so Tesseract isn't the only piece of software that's unhappy with the illegal TIFF. You might able to use ImageMagick or some other utility to convert them to an acceptedable format. Tom -- 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 https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/52c11606-c2cd-4af1-9465-648fc772fcb3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

