Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save luckyruby/9517682 to your computer and use it in GitHub Desktop.

Select an option

Save luckyruby/9517682 to your computer and use it in GitHub Desktop.
IMAGE: https://www.dropbox.com/s/90swuhnofjwheil/temp.png
#!/bin/env ruby
require 'rubygems'
require 'rtesseract'
mix_block = RTesseract::Mixed.new("temp.png") do |image|
image.area(85, 13, 80, 30)
end
puts mix_block.to_s
OUTPUT:
Fnmneslz
uvswmflav
EXPECTED:
Ford Fiesta
or Similar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment