<https://lh5.googleusercontent.com/-IZubPr0gVO8/Uc0E3Ny70FI/AAAAAAAAABw/QHJOvI4L1hU/s80/RandImage.jpg>
Hi all
       I just install a tesseract in my windows,when i use cmd line to 
analysis a image it just shows result,i mean it shows some characters to 
me(cmd: tesseract e://RandImage.jpg e://result).But when i just write a 
test program in eclipse using tess4j the code below

        public static void main(String[] args) {
        Tesseract Test = Tesseract.getInstance();
        File file = new File("e://RandImage.jpg");
        try {
            String result = Test.doOCR(file);
            System.out.println(result);
        } catch (TesseractException e) {
            e.printStackTrace();
        }
    }

the console print "Empty page!!"
there is noting result comes out ,i don't know why.And sometimes tesseract 
cmd line & tess4j in Eclipse show different results.I want to solve the 
problem very much.Wait your answer
Thank You very much


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

--- 
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].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to