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.
Stef
unread,
Jun 16, 2016, 11:26:17 AM6/16/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
Joy,
It seems that you're missing these config files. Did you verify that you have these files in the configs and tessconfigs subdirectories in your tessdata path?
You can use the config files from 3.04 or master, there's no difference
It always say " read_params_file: parameter not find:".
So your error message changed now from " read_params_file:can't open segdemo read_params_file:can't open inter" to " read_params_file: parameter not find:". What parameter was not found? Did you edit the config files?
huangxia...@gmail.com
unread,
Jun 18, 2016, 11:17:50 AM6/18/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
It just say"read_params_file: parameter not found", and doesn't say which parameter.