oliveiracwb / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

ViewerDebugging always shows “Waiting for server...” #1400

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.run “tesseract phototest.tif test1 segdemo inter”,as described in 
https://code.google.com/p/tesseract-ocr/wiki/ViewerDebugging

What is the expected output? What do you see instead?
Expected output: 
See ViewerDebugging  
Output seen:
Tesseract Open Source OCR Engine v3.02 with Leptonica
Starting java -Xms512m -Xmx1024m -Djava.library.path=C:\Program Files 
(x86)\Tesseract-OCR\java -cp C:\Program Files 
(x86)\Tesseract-OCR\java/ScrollView.jar;C:\Program Files 
(x86)\Tesseract-OCR\java/piccolo-1.2.jar;C:\Program Files 
(x86)\Tesseract-OCR\java/piccolox-1.2.jar com.google.scrollview.ScrollView
ScrollView: Waiting for server...
ScrollView: Waiting for server...
ScrollView: Waiting for server...

What version of the product are you using? On what operating system?
Run "tesseract -v" shows:
tesseract 3.02
leptonica-1.68 (Mar 14 2011, 10:43:03) [MSC v.1500 LIB Release 32 bit]
libgif 4.1.6 : libjpeg 8c : libpng 1.4.3 : libtiff 3.9.4 : zlib 1.2.5

Please provide any additional information below.
Win64+JDK8

Original issue reported on code.google.com by Luoya...@gmail.com on 11 Jan 2015 at 3:40

GoogleCodeExporter commented 9 years ago
I fix this problem:
1、I Download   “piccolox-1.2.jar” and “piccolo-1.2.jar”;
2、I Run “new ScrollView().main(new String[]{"8461"});” in IntelliJ ,and 
add “piccolox-1.2.jar” and “piccolo-1.2.jar” as library;
3、Than I run "tesseract phototest.tif test1 segdemo inter",the 
ViewerDebugging  is showed;

Original comment by Luoya...@gmail.com on 11 Jan 2015 at 4:37

GoogleCodeExporter commented 9 years ago

Original comment by zde...@gmail.com on 13 Jan 2015 at 9:21