karldergrosse / tesseract-ocr

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

Could not open file, /usr/local/bin/tessdata/freq-dawg #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download Tesseract
2. Install Tesseract
3. Issue "tesseract {$img} {$output}"

What is the expected output? What do you see instead?
execution but returns "Could not open file,
/usr/local/bin/tessdata/freq-dawg" instead

What version of the product are you using? On what operating system?
tried on 1.03 and 1.02

Please provide any additional information below.
On Ubuntu 6.10

Thanks!

Original issue reported on code.google.com by leonardb...@gmail.com on 1 Apr 2007 at 8:13

GoogleCodeExporter commented 9 years ago
Valid, but this is a documented limitation--see the README file and one of the
reports here.

Find installable RPM packages at
http://build.opensuse.org/package/show?package=tesseract-ocr&project=home%3Ajnwe
iger
-- you may need to create an account first to see this page.

Original comment by ke7b...@gmail.com on 2 Apr 2007 at 6:17

GoogleCodeExporter commented 9 years ago
thanks for the help.  I must not have seen that part of the README.  

Original comment by leonardb...@gmail.com on 2 Apr 2007 at 6:37

GoogleCodeExporter commented 9 years ago
I believe that with the Subversion version, 

./configure; make; sudo make install 

should work, installing binaries, libraries, include files, and data files in 
the
standard places under /usr/local/...

(The --prefix=... argument may or may not work yet, but it's high priority for 
us,
since we need it for software testing.)

Original comment by tmb...@gmail.com on 10 Apr 2007 at 12:58

GoogleCodeExporter commented 9 years ago
I believe the Subversion changes fix this.  Please try it out and submit a new 
bug
report if it doesn't.

Original comment by tmb...@gmail.com on 10 Apr 2007 at 1:03