complete post:
-----------------------------
hello all
i have to run tesseract in php project with exec command
but the exec will crash on start of tesseract working

my code is something like this

        foreach($files as $key=>$fil){
                        exec("tesseract $fil $html -l eng -psm 6  hocr > 
/home/t/$key.txt ");
        }
print('1000');

but this code crash the exec and script dont continue hish job
and thats amazing the tesseract will work and ocr all pages!!!
in this example the script will ocr all pages but dont go to print('1000'); 
line!!

any body know how can fix this?!

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