Hi,all
I want to build tesseract (windows 10 + vs2013) , so I downloaded two
things from http://github.com/charlesw/tesseract-vs2012 and
http://github.com/tesseract-ocr/tesseract.
And then I followed all the instructions from
http://github.com/charlesw/tesseract-vs2012. It had done.
I downloaded the tessdata from
https://github.com/tesseract-ocr/tessdata, and use its path as
TESSDATA_PREFIX.
Now, I'd like to use ViewerDebugging to see something.
And I had Placed ScrollView.jar,piccolo-1.2.jar,piccolox-1.2.jar in
Tesseract/java. Then set the SCROLLVIEW_PATH environment variable.
Then I used the solution from
https://groups.google.com/forum/#!topic/tesseract-issues/k1YzOBBEnhM to
solve "waiting for server" problem.
I add 3 jars ,and write code like this:
import com.google.scrollview.ScrollView;
public class test {
public static void main(String[] args){
new ScrollView().main(new
String[]{"8461"});
}
}
But now, when I rebuild the tesseract, it always said "
read_params_file:can't open segdemo read_params_file:can't open
inter ".
What should I do to solve the problem?
Joy
Thanks in advance.
--
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/8b0901dc-1b60-4771-b146-02af51f9b539%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.