ruby-tesseract icon indicating copy to clipboard operation
ruby-tesseract copied to clipboard

not able to load gem

Open gurvindersingh opened this issue 12 years ago • 3 comments

When I install the gem on ubuntu server I get this message

sudo gem install tesseract Fetching: tesseract-0.1.0.gem (100%) Successfully installed tesseract-0.1.0 1 gem installed Installing ri documentation for tesseract-0.1.0... file 'tesseract' not found Installing RDoc documentation for tesseract-0.1.0... file 'tesseract' not found

and I when I try to load the gem here is the output

/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in require': cannot load such file -- tesseract (LoadError) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:inrequire'

gurvindersingh avatar Apr 13 '12 12:04 gurvindersingh

:+1: I have the same problem – can't require tesseract.

lassebunk avatar Dec 16 '12 22:12 lassebunk

exaclty the same :(

tigus avatar Dec 27 '12 21:12 tigus

I got it working using this fork => https://github.com/livestation/ruby-tesseract

ptolts avatar Jan 03 '13 14:01 ptolts