Version: tesseract 3.02.02
Ubuntu 12.04, Eclipse Juno

I am trying to use ViewerDebugging.
Following the instructions in 
http://code.google.com/p/tesseract-ocr/wiki/ViewerDebugging

I installed javac
download piccolo-1.2.jar, piccolox-1.2.jar, and make ScrollView.jar

Then I use export to set the SCROLLVIEW_PATH, e.g. export 
SCROLLVIEW_PATH=/home/tesseract-ocr-3.02.02/java

edit svutil.cpp to remove the ">/dev/null 2>&1" from the cmd_template 
string. 
When I run: 
java -Xms512m -Xmx1024m -Djava.library.path=$SCROLLVIEW_PATH -cp 
$SCROLLVIEW_PATH/ScrollView.jar:$SCROLLVIEW_PATH/piccolo-1.2.jar:$SCROLLVIEW_PATH/piccolox-1.2.jar
 
com.google.scrollview.ScrollView
I see 
Socket started on port 8461.

Now I am ready. I run:
tesseract phototest.tif test1 segdemo inter

Now the tesseract debugging window pops out.
In the terminal window, it says:
ScrollView: Waiting for server..

I can see nothing in the tesseract debugging window.

How can I solve the problem?
Thanks a lot in advance.

Actually yesterday I tried to post the same message on tesseract-dev, but 
not succeed.
If it happens to appear on tesseract-dev at some point of later time, sorry 
for that. I just do not want to wait for too long; eager to know the answer 
: )
If somebody tells me we need to wait for that long, I apologize for that 
and will wait later on.

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

Reply via email to