ruby-tesseract-ocr
ruby-tesseract-ocr copied to clipboard
A Ruby wrapper library to the tesseract-ocr API.
Hey meh, Just looking for some quick advice. I've managed to get ruby-tesseract-ocr working with page_segmentation_mode 1 on ubuntu (12.04) and the OSD trained data. I'm having trouble doing the...
Hello, I tried getting the captcha example to work, but I get the message in the subject. What am I doing wrong? Here's the output: https://gist.github.com/proppen/11026926
When trying to do tesseract.rb -l ara or when setting up an Engine as follows: ``` ruby tesseract = Tesseract::Engine.new{|e| # Note this fails for multiple values of e.path and...