Iterator writers = ImageIO.getImageWritersByFormatName(TIFF_FORMAT);

    if (!writers.hasNext()) {
        throw new RuntimeException(JAI_IMAGE_WRITER_MESSAGE);
    }

net.sourceforge.tess4j.TesseractException: java.lang.RuntimeException: Need 
to install JAI Image I/O package. Exception is thrown because of hasNext(). 
The same web application works in my mac machine, but not on an ubuntu 
machine. I am using tomcat server. Any help?

-- 
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 http://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/0d407eb1-5f0c-4794-8b84-ad4fdd35103d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to