AmitGorvadiya / tesseract-ocr

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

Viewer Debugging -Error #264

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. tesseract phototest.tif test1 matdemo inter
2.
3.

What is the expected output? What do you see instead?
I have made the required changes in  the svutil.cpp mentioned in
http://code.google.com/p/tesseract-ocr/wiki/ViewerDebugging under Java Problems
i tried both for tesseract 2.04 and 2.03

Still im getting the following errors

Tesseract Open Source OCR Engine
ScrollView: Waiting for server...
kill: 1: No such process

ScrollView: Waiting for server...
ScrollView: Waiting for server...
ScrollView: Waiting for server...
ScrollView: Waiting for server...
ScrollView: Waiting for server...
ScrollView: Waiting for server...
ScrollView: Waiting for server...

What version of the product are you using? On what operating system?
tesseract 2.04 
Ubuntu

Please suggest me a solution for this.Thank you

Original issue reported on code.google.com by indu....@gmail.com on 24 Nov 2009 at 5:32

GoogleCodeExporter commented 9 years ago
Fixed by adding the missing header files in svutil.cpp

Original comment by indu....@gmail.com on 15 Feb 2010 at 10:20

GoogleCodeExporter commented 9 years ago

Original comment by theraysm...@gmail.com on 20 May 2010 at 1:00

GoogleCodeExporter commented 9 years ago
@indu.mss
I have the same problem here. What are the missing header files I should add/
?

Original comment by ashwinia...@gmail.com on 10 Jun 2011 at 8:17

GoogleCodeExporter commented 9 years ago
@ashwini

//Additionally added headerfiles
#include <iostream>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>  
Those header files were missing in 2.03 version.[not applicable to current 
version]

Original comment by indu....@gmail.com on 24 Jun 2011 at 9:29